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: 
sergio0592
Specialist III
Specialist III

Hide some fields in current selection box

Hi all,

I often use customizables tables as described in a post from Jennell McIntire https://community.qlik.com/blogs/qlikviewdesignblog/2014/01/31/customizable-straight-table


But, in my qvw. when user makes selections on dimension or metrics/metrics no fields, the selection appears in the current selection box. I'd like to avoid that, is there a way fir choose wich field must appear in the current box?


I have probably missed a step because the post refers to http://us-d.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs%2FCall%20Detail%20Record%20Analysis....

(report tab) and dimensions and metrics don't appear in box.

Selec_box.jpg

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

3 Replies
sunny_talwar
MVP
MVP

sergio0592
Specialist III
Specialist III
Author

Thanks, it works but i had to remove the QUALIFY before the dimension/metrics tables. And i don't like scripting without QUALIFY statement!!

sunny_talwar
MVP
MVP

You can always use QUALIFY and then at the very end of the script rename your fieldname

How to rename a field in qlikview

RENAME Field TableName.FieldName to ~FieldName;