Bases alerting to a specified page, using the corresponding column caption and row caption to obtain a cell value to use for the alert.
Syntax:ChangeAlertTo, CellValue, pageRef, cssPrefix, tildeDelimitedColumnIndexes
Parameters:
pageRef – the page to be used to determine alert level { page caption text, Current, First, Last, Previous, Next, page index number}
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,cellvalue,1,temp,-1
Uses the ‘temp’ alert CSS style based on the cells with corresponding row and column captions on page index 1.
Comments:
Pages are zero based, so page 2 is actually the third page in the project. The reference to “corresponding cell” means that the first cell that is on page 2 with a matching row label and column label. In other words, the row index and column index are not used – page 2 may be sorted differently. In fact, page 2 can have only a subset of the rows and columns, so that only selective cells on the current page are alerted.
Uses CSS elements containing ‘ColorByCellValue#’ for each alert value (#) in the style sheet file.
|