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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

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