Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
ashishpalkar
Creator III
Creator III

SHOW HIDE FIELDS IN CURRENT SELECTION BOX

Hi

How to SHOW HIDE FIELDS IN CURRENT SELECTION BOX? Is there any workaround?

Thanks in advance.

11 Replies
ashishpalkar
Creator III
Creator III
Author

Thanks all , but I want to show all already hidden fields in current selection box.

jagan
Luminary Alumni
Luminary Alumni

Hi,

Without renaming the fields it is not possible, or you have to manually display them in Text object by using GetFieldSelections() like below

='Country - ' & GetFieldSelections(Country) & chr(13) & 'City - ' & GetFieldSelections(City )

Like this you have to display.

Hope this helps you.

Regards,

jagan.