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

Multiplication of aggregation results

Hello,

I am looking for an idea how to calculate the number of combinations of elements designated with respect to certain dimension.

Let's say for example that the dimension coordinates are:
A, B, C, D

Expression:
Aggr (count (distinct value), dim)
gave the results:
A-2
B-3
C-4
D-2

I wish to make on the basis of the next calculation, which will result in multiplying these values ​​by themselves, so that as a result I get:
2 * 3 * 4 * 2 = 48



Thank you in advance for your suggestions.
regards
Darek

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try maybe

=Exp(Sum(Log( aggr( count(distinct value),dim))))

View solution in original post

4 Replies
swuehl
MVP
MVP

Try maybe

=Exp(Sum(Log( aggr( count(distinct value),dim))))

Not applicable
Author

Thanks,
Mathematics is the queen of sciences!


regards

Darek

MarcoWedel

genial !

Not applicable
Author