I am trying to implement logic on search fields such that the same column needs to be compared to two different values with an OR in between - like
USERNAME = null
OR
USERNAME = [@authfield:USERNAME].
It is not accepting such entries; the auto editor keeps changing both the OR branches to equate to the same thing.
Is there a way to implement such logic?