class %DeepSee.Component.pivotCondition
extends %ZEN.Component.object
Defines an conditional formatting rule
within a %DeepSee.Component.pivotTable component.
parameter NAMESPACE = "http://www.intersystems.com/deepsee";
This is the XML namespace used for library components.
property icon
as %ZEN.Datatype.uri;
If defined, replace value with this icon.
property iconCount
as %ZEN.Datatype.integer [ InitialExpression = 1 ];
If defined and icon is defined, replace value with this number of icons.
property operator
as %ZEN.Datatype.string(VALUELIST=",=,<>,>,<,>=,<=,BETWEEN,IN");
Condition operator.
property range
as %ZEN.Datatype.string;
Range of cells for which this rule applies.
property style
as %ZEN.Datatype.style;
CSS style to apply to cells that match this condition.
property text
as %ZEN.Datatype.string;
If defined, replace value with this text.
property value
as %ZEN.Datatype.csv;
Value (or values) to test.
For IN and BETWEEN this is a comma-delimited list.