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

Current selections without variables

Hello.

I want that the current selections object show only fields, and won't show the variables.

How can i do that?

Thank you!

Labels (1)
12 Replies
sunny_talwar
MVP
MVP

I don't think that current selection box show variables by default.

Best,

S

giakoum
Partner - Master II
Partner - Master II

Sunindia is right.

And you can use hideprefix to hide fields from the current selections box

sunny_talwar
MVP
MVP

Thanks giakoum for confirming it. For a second I was puzzled if the current selection box ever showed variables also.

Best,

S

Not applicable
Author

I see that now, thank you.

how can i hide fields i don't need?

giakoum
Partner - Master II
Partner - Master II

SET Hideprefix = '%';

not let

sunny_talwar
MVP
MVP

Within your script right this:

SET HidePrefix = %;

and then rename all the fields you don't want to show up on current selection box to have % in front of them:

City as %City

HTH

Best,

S

sunny_talwar
MVP
MVP

Hahahaha, ya you are right, just figured it out.

Not applicable
Author

Thank you both!

rwunderlich
MVP
MVP

You can also tag any field with $hidden in the script.

TAG FIELD MyField WITH '$hidden';'

-Rob

http://masterssummit.com

http://robwunderlich.com