Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example:

...

Panel
bgColor#DEEBFF

Iff

The ‘Iff’ formula is used to evaluate a certain condition and then further evaluates a formula based on how the condition is evaluated. Parameters include:

...

Contains([questionName], 2)

This formula excepts accepts two parameters:

  1. The variable/question name

  2. The value to check

...

Panel
bgColor#DEEBFF

ResponseExists/Exists

This formula is used to check if a particular question has been recorded in the

...

Database with a response or not. This formula accepts one parameter which is the question name. The formula returns true if a response was found and false if a response was not found.

Example

  • ResponseExists([RadioQ])

  • Exists([RadioQ])

...