Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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!

12 Replies
sunny_talwar

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

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

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

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

Not applicable
Author

Thank you both!

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

TAG FIELD MyField WITH '$hidden';'

-Rob

http://masterssummit.com

http://robwunderlich.com