Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

sum dimentoin with several conditions

Hi!

I have:

sum(TOTAL{< month={'201210'}, month={'201211'}, Country={'England'}>} Sale)

How can i includ 2 conditions by the same field. in my formula works with only last condition (month={'201211'}) ?

1 Solution

Accepted Solutions
Not applicable
Author

Try this,

=sum(TOTAL{< month={'201210','201211'},Country={'England'}>} Sale)

View solution in original post

4 Replies
MayilVahanan

Hi

try like this

=sum({<month={'201211','201210'}>}sales)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Try this,

=sum(TOTAL{< month={'201210','201211'},Country={'England'}>} Sale)

Not applicable
Author

yes !!!

thank you

Not applicable
Author

Thank you