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

Label numerical values in listboxes, charts

Hi, all:

Is there a simple way to label numerical data for listboxes and charts? For instance, in my data, I have values 1,2,3,4, etc. that represent different categories (Sales, Revenue, etc.). I want list boxes to show text description rather than the (unhelpful) numbers.

Is there a quick way to label without reloading the data? Thanks,

Andrew

1 Solution

Accepted Solutions
MayilVahanan

HI

=Pick(WildMatch(FieldName,1,2,3,4),'Sales','Revenue','Net','Others')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

HI

=Pick(WildMatch(FieldName,1,2,3,4),'Sales','Revenue','Net','Others')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thanks! Worked perfectly.