Step 5: Formatting Options (Cross-Tab Report) |
The options in this step are:
= 'Sales for ' + cmonth(date()) + ' ' + transform(year(date()))
Here's an expression that uses the built-in GetConditionValue function, which returns the value of a filter condition for the specified field, to display a header showing "Sales for " a particular country the report is filtered on:
= "Sales for " + GetConditionValue('customers.country')You must be familiar with dBase or FoxPro to use expressions.

If you want subtotals to appear in the same row as the row field, so they appear above sub-row fields, turn the Place subtotals above details option on.
