Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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.