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: 
JoseGarcia
Creator III
Creator III

Aggregation Qliksense

Hi there, 

I am trying to add a sum of three different dimensions measures.

Basically A+B+C

I am using this formula: 

Sum(Aggr(sum([Bombardier CET not Done]), sum([Avanti CET not done]), sum ([TPE CET not Done])

))

But no joy! 😞
Can anyone assist?

Thanks all!

Jose

Labels (2)
1 Solution

Accepted Solutions
mayuringale25
Partner - Creator
Partner - Creator

Hi @JoseGarcia 

Try this expression

sum([Bombardier CET not Done]) + sum([Avanti CET not done]) + sum([TPE CET not Done])

Thanks and Regards
Mayur Ingale

View solution in original post

5 Replies
mayuringale25
Partner - Creator
Partner - Creator

Hi @JoseGarcia 

Try this expression

sum([Bombardier CET not Done]) + sum([Avanti CET not done]) + sum([TPE CET not Done])

Thanks and Regards
Mayur Ingale
JoseGarcia
Creator III
Creator III
Author

Excellent! It did work!

Thank you very much!
JoseGarcia
Creator III
Creator III
Author

Brilliant! It worked!

Thanks a million!

IamAlbinAntony
Creator
Creator

Try this as well,

RangeSum(sum([Bombardier CET not Done]), sum([Avanti CET not done]), sum ([TPE CET not Done]))

JoseGarcia
Creator III
Creator III
Author

Hi there, 

your expression also worked!

Thanks a million! 🙂