Skip to main content
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