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: 
laxmanqlik
Creator II
Creator II

How to add the output of two set expressions

Hi All

i have a requirement that, i have to perform the arithmetic operations with the outputs of two set expressions which are numeric.

please let me know the way to do it.

3 Replies
tresesco
MVP
MVP

Not sure about your requirement. Like this may be?

Sum(<your set1> sales) + Sum(<your set2> sales)

sunny_talwar

or I sometime like using RangeSum when I am adding to expressions together to make sure that we still see a valid result in case one of the two expression is null (may not happen in your case)

RangeSum(Expression1, Expression2)

laxmanqlik
Creator II
Creator II
Author

Thank you Sunny