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

how to know a total group import in a Pivot Table

Hi

I need to solve this problem Total Rep Sales / Total Sales.

I try that:

I have this pivot table with two dimensions F1 - F2 and sum(F3) like expression with the chek show partial sum

I need to Know the value of Total in all rows, but i only have the value in the first row.

Thanks for all

error loading image

1 Solution

Accepted Solutions
sparur
Specialist II
Specialist II

Hello

add NODISTINCT option in AGGR:

AGGR(NODISTINCT sum(F3), F1)

View solution in original post

4 Replies
sparur
Specialist II
Specialist II

Hello

add NODISTINCT option in AGGR:

AGGR(NODISTINCT sum(F3), F1)

Not applicable
Author

Hi ,

Just tried this example as i am also interested in getting this solution for my application.

please see attached and kindly advice .

Bhushan

Not applicable
Author

Sorry Guys ,

I got my solution thorugh your discussion .

Please find attached

Thanks alot !!!!!!

Bhushan N

sparur
Specialist II
Specialist II

Hi, Brushan.

In what problem?