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: 
Anonymous
Not applicable

Rename Dropdown options in Qlik Sense

Hi All,

Please let me know, how can I rename the dropdown options in a filter pane.

For eg. I have a filter pane named, Dialog_Users and it has two options in its dropdown, 0 and 1. How can I rename them?

Say, 0 as 'All' and 1 as 'Some'.

Capture.PNG

Any help is highly appreciated, Thanks

1 Solution

Accepted Solutions
karthikoffi27se
Creator III
Creator III

Hi Shikha,

Create a new field in the script using if condition

If(Dialog_Users = 0 , 'Al'l', 'Some')

Many Thanks

Karthik

View solution in original post

2 Replies
karthikoffi27se
Creator III
Creator III

Hi Shikha,

Create a new field in the script using if condition

If(Dialog_Users = 0 , 'Al'l', 'Some')

Many Thanks

Karthik

Anonymous
Not applicable
Author

Yes, it worked!! I applied that in formula of filterpane instead of load script. Thank you so much