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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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

1 Solution

Accepted Solutions
sunny_talwar

May be this

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

View solution in original post

2 Replies
sunny_talwar

May be this

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

Not applicable
Author

Thank you Sunny, it worked well