Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! 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
tresesco
MVP
MVP

May be like this:

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

View solution in original post

1 Reply
tresesco
MVP
MVP

May be like this:

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