Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
geam1988
Creator
Creator

AGGR in Chart

Hi, I have a table like this

geam1988_6-1617274359039.png

I want to have report like this

geam1988_1-1617273623685.png

but i am not able to get the proper result in QLikView report.

Qlikview report              geam1988_2-1617273775886.png

i am using following expressions for Group value =  geam1988_5-1617274278186.png

if i write the expressions as Calculated dimension. that works fine. but with that i can not get  %. I can do group by in Load script but i want to do it in Chart. Is it possible? Any suggestion will be highly appreciated.

Thank

Kazi

Labels (3)
1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

Dimension:

Sales Person

Exp for "Group value as Expression"

sum(aggr(sum(Total <Group> [Sales Value]), Group,[Sales Person]))

Exp for "%":

sum([Sales Value]) / sum(aggr(sum(Total <Group> [Sales Value]), Group,[Sales Person]))  

View solution in original post

1 Reply
Frank_Hartmann
Master II
Master II

Dimension:

Sales Person

Exp for "Group value as Expression"

sum(aggr(sum(Total <Group> [Sales Value]), Group,[Sales Person]))

Exp for "%":

sum([Sales Value]) / sum(aggr(sum(Total <Group> [Sales Value]), Group,[Sales Person]))