Contents
Display Legacy Contents

 Print
    Conditions    
Conditions are used to show or hide controls according to their result.
    NameName of the condition.

SourceSource to verify the condition.
Can be a query or a report Variable.
    QueryName of the query and column to be used.

    Variable The Report variable.

OperatorThe operator used in the conditional expression.
Can be a String or Numeric operator.
    String "=" or "<>".

    Numeric">", "<", "=", ">=", "<=" or "!=".

ValueThe value used in the conditional expression.
Can be a fixed value or a from a Report Variable.
    ValueA string or a numeric value.

    NameA Report Variable.


See also
 
Updated: 3/19/2018 4:13 PM