Step 5 allows you to specify formatting options for the 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've been defined as an "advanced" user, three other options are available: