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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Translate a number to a text

I have a field that has a number stored in it.  I want to display a text.  example

when table.field = 60  display Not Started....

2 Replies
sunny_talwar

May be like thi:

=If(table.field = 60, 'Not Started')

swuehl
MVP
MVP

You can use a MAPPING table approach to map your numbers to text:

Mapping … and not the geographical kind

Data Cleansing

Note when reading these blog posts that it doesn't matter what values you are mapping (numbers or Names or Countrys), the mapping table is just a lookup table with Key / Value pairs.