Expression for Analysis

The expression(s) to be used for analysis.

Example: Count(Title)

Example:

<ExpressionSetup>

                <Expressions>

                                <Expression>Sum(Amount)</Expression>

                                <ExpressionType>System.Int32</ExpressionType>

                </Expressions>

                <Expressions>…</Expressions>

</ExpressionSetup>

ExpressionType (Required) – String

The column type that will be used when storing data analysis.

ExpressionValue (Required) – String

The expression used for analysis.

Back to Top