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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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....

Labels (1)
2 Replies
sunny_talwar

May be like thi:

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

swuehl
Champion III
Champion III

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.