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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
DMG
Contributor III
Contributor III

Returning text value based on result of count

Is it possible to returning a yes or no response in a kpi based on the result of a count, i.e. if x > 0 , yes, no

 

1 Solution

Accepted Solutions
tresB
Champion III
Champion III

May be like this:

If(Count(something)>0, 'yes', 'no')

View solution in original post

1 Reply
tresB
Champion III
Champion III

May be like this:

If(Count(something)>0, 'yes', 'no')