diff --git a/source/manual/measures/general-options/ifconditions.html b/source/manual/measures/general-options/ifconditions.html index 93db8ef7c..b0bc5a88c 100644 --- a/source/manual/measures/general-options/ifconditions.html +++ b/source/manual/measures/general-options/ifconditions.html @@ -5,7 +5,7 @@ ---
IfCondition options are used in any measure, of any type, to evaluate a mathematical formula. The formula will be evaluated as "true" or "false", and will execute IfTrueAction or IfFalseAction action options, which will contain one or more Bangs or commands.
-Note: IfCondition can only be used to evaluate a numeric mathematical formula. No string values may be used in the condition test. See IfMatchActions to test and take action on string values.
+Note: IfCondition can only be used to evaluate a numeric mathematical formula, and only on a measure. No string values may be used in the condition test. See IfMatchActions to test and take action on string values.
The formula uses the same syntax as described on the Formulas page but does not need to be surrounded in parenthesis. Like the Calc measure, measure names do not need [brackets] and are always dynamic when referenced inside the IfCondition.