CHAPTER 12 Working with Crosstabs
DataWindow Designer User’s Guide 355
Example
In the following crosstab, an expression has been specified for Units:
The expression is for the Font.Weight property of the
units column:
if (units > 100, 700, 400)
The expression specifies to use bold font (weight = 700) if the number of units
is greater than 100. Otherwise, use normal font (weight = 400).
This is the crosstab at runtime:
Values larger than 100 are shown in bold.
For more information about property conditional expressions, see Chapter 10,
“Highlighting Information in DataWindow Objects.”