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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. 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