cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean Not function in Expression Editor

Anonymous
Not applicable
Please implement a Boolean Not function to the Flag type for example Not(False) = True Not(True) = False
1 REPLY 1

EdwardKung
Level 2
Hi michaell, As a workaround, you can use this instead, where the first Flag is the Flag you're working on. (Len(True)-Len(False)) * -1= 0 will return Flag: False (Len(False)-Len(False)) * -1= 0 will return Flag: True