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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
OmarBenSalem
Partner - Champion II
Partner - Champion II

Help exclude the selection

Hi,

I want to exclude this selection feature from the fitler ponel for just one application:

Capture.PNGIs this possible?

If yes; how to do so please?

Thanks !

Omar BEN SALEM

1 Solution

Accepted Solutions
OmarBenSalem
Partner - Champion II
Partner - Champion II
Author

Nevermind

I found a way to do:

In the script:

SET HidePrefix='%';

Then every field u don't want to appear in the selection tool; u rename it with the % as a prefix:*

field as %field

result:

Capture.PNG

View solution in original post

2 Replies
OmarBenSalem
Partner - Champion II
Partner - Champion II
Author

Nevermind

I found a way to do:

In the script:

SET HidePrefix='%';

Then every field u don't want to appear in the selection tool; u rename it with the % as a prefix:*

field as %field

result:

Capture.PNG

Patrik_Lundblad
Employee
Employee

Hi Omar,

What set hideprefix/hidesuffix will do is to add the tag $hidden to all fields that match the prefix or suffix.

If you don't want to rename the field you can also manually add the tag $hidden to each field or a list of fields. 

Such as

tag field Dim1 with '$hidden'

https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegu...

 

Patrik.