How do you call Null?
What are the "Not" version of the following
When Condition
IFF Condition
Example
WHEN CONDITION{ 'filed1' != 'Field2'} VALUE=[ ] OTHERWISE VALUE=[ ]
How do you call Null? Is it NULL or ""?
0
-
You can find an example here:
IFF CONDITION{ $Input_ReadPolicy/Root/Record/AgentName != ''} VALUE=[ $Input_ReadPolicy/Root/Record/AgentName ]
0
Post is closed for comments.
Comments
1 comment