Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
farahahmad
Contributor II
Contributor II

Dimension Display in Text

Hi,

 

I have a field that basically a status. For example,the value only two which are "MEET" and "NOT MEET".

I need to display the status in text format depending on the user selection.

I've tried using the word cloud but the word cloud will display both status.

Is there any other way for me to do this?Extension perhaps?

 

Thanks.

 

Regards.

Labels (2)
1 Solution

Accepted Solutions
farahahmad
Contributor II
Contributor II
Author

Hi,

 

Thanks for the reply. But it did not work for me. Instead I use the conditional if else to display the value

if(Sum(StockLvl)>=Sum(SafetyLvl), 'MEET','NOT MEET')

 

Previously I straight away do this condition in script and add "as status".

 

Thanks.

View solution in original post

2 Replies
miskinmaz
Creator III
Creator III

use expression

only(Status) in text object

farahahmad
Contributor II
Contributor II
Author

Hi,

 

Thanks for the reply. But it did not work for me. Instead I use the conditional if else to display the value

if(Sum(StockLvl)>=Sum(SafetyLvl), 'MEET','NOT MEET')

 

Previously I straight away do this condition in script and add "as status".

 

Thanks.