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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

1 Solution

Accepted Solutions
3 Replies
sunny_talwar

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

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;