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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Current selection box

Hi All,

Can anyone tell how to hide the particular field selection in current selection box?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You need to SET a HidePrefix and use this prefix for your field name (similar to all the system fields).

SET HidePrefix = '_';

LOAD

          FIELD as _FIELDToHide,

..

View solution in original post

2 Replies
swuehl
MVP
MVP

You need to SET a HidePrefix and use this prefix for your field name (similar to all the system fields).

SET HidePrefix = '_';

LOAD

          FIELD as _FIELDToHide,

..

Not applicable
Author

Thanks swuehl

works fine