BOOLEAN-FROM-STRING
Convert text to True/False
Syntax
BOOLEAN-FROM-STRING(value)
Example
boolean-from-string ({{isover30}})
Notes
Returns true if value is "true" or "1", false otherwise
BOOLEAN-FROM-STRING(value)
boolean-from-string ({{isover30}})
Returns true if value is "true" or "1", false otherwise