Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
OmarBenSalem

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