Niranjan Posted April 14, 2015 Report Share Posted April 14, 2015 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? Quote Link to comment Share on other sites More sharing options...
0 Jan Posted April 16, 2015 Report Share Posted April 16, 2015 Hello Niranjan, If I understand correctly, you can add a Criteria. On the "Configure Filtering Fields" step, select Username field, click the "Insert" picker and select "New Criteria". Then you can select "Is Blank" Comparison Type for the Criteria1 and equal [@authfield:USERNAME] for the Criteria2. I hope, it helps. Quote Link to comment Share on other sites More sharing options...
Question
Niranjan
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?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.