Conditions are used to show or hide controls according to their result.
Name – Name of the condition.
Source – Source to verify the condition.
Can be a query or a report Variable.
Query – Name of the query and column to be used.
Variable – The Report variable.
Operator – The operator used in the conditional expression.
Can be a String or Numeric operator.
String – "=" or "<>".
Numeric – ">", "<", "=", ">=", "<=" or "!=".
Value – The value used in the conditional expression.
Can be a fixed value or a from a Report Variable.
Value – A string or a numeric value.
Name – A Report Variable.
|
|
Updated: 3/19/2018 4:13 PM |