Add a Variable from the Condition Explorer
Procedure
- Pause the pointer over the condition explorer button and click Variables.
- From the Toolbox tab , drag one of the following variables to the Variables pane:
- To create a variable that has only two possible values, Yes and No, drag Boolean Variable.
- To create a variable whose values are string-based, drag String Variable.
- To create a variable whose values are different languages, drag Report Language Variable.
- If you created a Boolean variable, in the Expression
Definition box, define the condition and click OK.
For example, the following expression returns the value Yes if revenue is less than one million and the value No if revenue is greater than or equal to one million:
[Revenue]<1000000
For information about creating expressions, see Using Relational Calculations or Using Dimensional Calculations and Using the expression editor.
- If you created a string variable, do the following:
- In the Expression Definition box, define
the condition and click OK.
For example, the following expression returns the value high if revenue is greater than one million and the value low if revenue is less than or equal to one million:
if ([Revenue]>1000000) then ('high') else ('low')
For information about creating expressions, see Using Relational Calculations or Using Dimensional Calculations and Using the expression editor.
- Click the add button in the Values pane.
- For each value that the variable can assume, type the name of the value that corresponds with the possible outcomes defined in the expression.
For example, in the previous expression, you must create two values for the variable, high and low.
Tip: You can create a group by clicking two or more values and then clicking the group values button . For example, you can create a group that includes the available French languages.
- In the Expression Definition box, define
the condition and click OK.
- If you created a language-specific variable, in the Languages dialog box, select the languages to support.