The CreatorCon Call for Content is officially open! Get started here.

How to make hide only particular user in catalog item reference field

praveen1231
Tera Contributor

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.

1 ACCEPTED SOLUTION

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:-

 

Saurav11_0-1695976571446.png

 

javascript:'titleISEMPTY^ORtitle!=CEO'

 

Please mark my answer as correct based on Impact.

 

View solution in original post

5 REPLIES 5

Saurabh Gupta
Kilo Patron

Hi,
In reference qualifier write the query "title!=CEO";

 

 


Thanks and Regards,

Saurabh Gupta