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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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.