Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
this is an extension of my question posted in http://community.qlik.com/thread/89594.
Attached QV document shows top 2 metrics and their corresponding number of IDs.
Dim_01 | Dim_02 | Top 2 | Count | Sum |
D_00 | <= | C1_MAX_IND | 1 | ?? |
D_00 | <= | C2_MAX_IND | 1 | ?? |
D_00 | > | C1_MAX_IND | 1 | ?? |
D_00 | > | C4_MAX_IND | 4 | ?? |
What I am trying to do is to calculate its sum as well.
My desire result is
Dim_01 | Dim_02 | Top 2 | Count | Sum |
D_00 | <= | C1_MAX_IND | 1 | 90 |
D_00 | <= | C2_MAX_IND | 1 | 77 |
D_00 | > | C1_MAX_IND | 1 | 66 |
D_00 | > | C4_MAX_IND | 4 | 141 |
Okay, I think I found an answer..
Okay, I think I found an answer..