Ask(condition)
Calculates the condition if parameter values were supplied or evaluates to true if not.
Parameters
- condition
- The conditional expression with one or several parameters to prompt the user.
Returns
Boolean
Remarks
This function works in filter formulas only. It is used for the Ask the User option.
Examples
Ask([State]=[?State])
: This formula requires the user to input a State value, which will then be used as a filter criterion.