Changes the alerts on the current page to be based on an aggregation of an axis of this or another page.
Syntax:
ChangeAlertTo, Axis, pageRef, axis, aggregationType, threshold, boolThresholdAsPercent, cssPrefix, tildeDelimitedColumnIndexes
Parameters:
pageRef – the page to be used to determine alert level { page caption text, Current, First, Last, Previous, Next, page index number}
axis – the axis to be aggregated { Row, Column, Page }
aggregationType – the aggregation to be used on the axis { Average, Minimum, Maximum, Median }
threshold –value of the threshold for alerts
boolThresholdAsPercent – whether to treat the threshold as a percentage value (true) or not (false)
cssPrefix –use this prefix for CSS Alert element id for the alerting
tildeDelimitedColumnIndexes – tilde-delimited list of column-indexes to be changed, or -1 for all
Examples:
ChangeAlertTo,axis,-1,Column,Average,15,True,,-1
Change the alerts to reflect deviation from the column averages on the current page.
|