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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Aggregation of two values in a table

Hey guys,

this question is for sure easy to answer. I need a formula which aggregates two values from two other formulas:

Formula 1 is: Sum(sea_brand)

Forumla 2 is: Sum(sea_nonbrand)

Now i want to create a formula which combines both sums.

I bet its really easy

Thanks i advance to this great community.

best

c

1 Solution

Accepted Solutions
Not applicable
Author

Sum(sea_brand) + Sum(sea_nonbrand)

View solution in original post

2 Replies
Not applicable
Author

Sum(sea_brand) + Sum(sea_nonbrand)

Not applicable
Author

Thanks alot.