- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2023 09:19 AM
Hi,
Here is my case - I had created a catalog item variable called mygroup(sys_user). In this case I need to hide a particular user who had title CEO. Please let me know if you have any idea regarding this. Thanks you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2023 01:36 AM
Hello,
That is probably because it is removing all the users which has title as empty.
Please update the reference qualifier with the below code:-
javascript:'titleISEMPTY^ORtitle!=CEO'
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2023 09:26 AM
Hi,
In reference qualifier write the query "title!=CEO";
Thanks and Regards,
Saurabh Gupta