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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression Problem

Hello All,

I need assistance with expression :=if(sum(if(CallTime > 0 , 1, 0)) > 0,'Y','N') and I would like to use Set analysis. Please assist

Thanks

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be this

If(Sum({<CallTime = {'>0'}>} 1) > 0, 'Y', 'N')

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

May be this

If(Sum({<CallTime = {'>0'}>} 1) > 0, 'Y', 'N')

Not applicable
Author

Thank you Sunny, it worked well