Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
elie_issa
Creator II
Creator II

Hide Fields used in Expressions from Selection Tool and Smart Search

Dear All,

How can i hide a field from the selection Tool and Smart Search in my dashboard while i am using this field in most of my expressions !!!

Regards.

1 Solution

Accepted Solutions
elie_issa
Creator II
Creator II
Author

I used the below syntax and it's working.

set HidePrefix='H_' ;


thx.

View solution in original post

3 Replies
undergrinder
Specialist II
Specialist II

Hi Elie,

Try this at the load script:

TAG FIELD [field_name] with $hidden;

You can use the field in expressions, if you know it's name, but Qlik doesn't show it.

G.

elie_issa
Creator II
Creator II
Author

I used the below syntax and it's working.

set HidePrefix='H_' ;


thx.

undergrinder
Specialist II
Specialist II

nice work

Mine solution works as well