Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
alematex
Partner - Contributor III
Partner - Contributor III

Help with Table Formula QlikSense?

Hi!

I really need some help with these formula, i believed it could be solved with aggregations but I haven´t reached the good one:

1.- The example data is grouped by Category and Type

2.- These are my Calculations in Excel for 1 category:

Table.png

3.- The Required Table is like this one:

Table2.png

1 Solution

Accepted Solutions
aarkay29
Specialist
Specialist

sum(aggr((Field1/Field2)*(sum(aggr(Field3/sum(total<Category> Field3),Type,Category))),Type,Category))

View solution in original post

2 Replies
aarkay29
Specialist
Specialist

sum(aggr((Field1/Field2)*(sum(aggr(Field3/sum(total<Category> Field3),Type,Category))),Type,Category))

alematex
Partner - Contributor III
Partner - Contributor III
Author

Thank You Very Much

This one was the correct one but it was very helpful

sum(Aggr((Sum(Field1)/Sum(Field2))*(sum(Aggr(sum(Field3)/sum(TOTAL <Category> Field3),Type,Category))),Type,Category))