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

Error message not showing in chart?

Hi,

Acn anyone let me know why the message is not showing. I don't want to supress zero values or supress missing values.

I would need to show if there are no values it should populate as 'No fail'

Dimension: Error Code

Expression : If(Sum({<[Overall Result]={'Fail'}>} [Error Flag])/Count(Distinct(ID))=0,'No Fail',
                      Sum({<[Overall Result]={'Fail'}>} [Error Flag])/Count(Distinct(ID)))

Thanks.

11 Replies
Not applicable
Author

Thanks. Perfect

Not applicable
Author

Is there any way to show only fail text instead of all?