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

How to display custom text if there is no data

Right now if i select OEC, it is giving the percentage for all status and i understand why. By default if i want to show Success Rate for only Launched status how do i do that.

1 Solution

Accepted Solutions
Not applicable
Author

Hi

use a set analysis like

sum({<Status = {'Launched'}>}  field_name)

You'll get values only for Laucnhed status

best regards

chris

View solution in original post

2 Replies
Not applicable
Author

Hi

use a set analysis like

sum({<Status = {'Launched'}>}  field_name)

You'll get values only for Laucnhed status

best regards

chris

Not applicable
Author

Why the "if" condition is not working?