computeTrendAndComparisonForTotals

When true, apply the ‘Trend and Comparison’ setting to automatically-computed grand totals as well as to the specified aggregates. See Trend and Compare Data for more information about the available settings. Default is false.

Type

Boolean

true: Apply ‘Trend and Comparison’ to totals
false: Do not apply ‘Trend and Comparison’ to totals

Example

computeTrendAndComparisonForTotals = true;

Either syntax below can be used in component script:

computeTrendAndComparisonForTotals             // unqualified
Crosstab1.computeTrendAndComparisonForTotals   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.