Advanced Formula Syntax - Unifier
Is there any library of syntax used in advanced formula? More specifically I am looking for something that I can use to show:
x does not equal 'Status'
translated to formula,
x != 'Open'
or
x is not blank
translated to formula,
x != ''
I am not receiving any syntax error but neither seem to be showing the correct results.
Thanks!