Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I use a pivottable that looks like this:
salesperson s1 s2 s3
group
a1 10 20 30
a2 20 30 40
a3 30 40 50
I'd like to show a percentage for each salesperson over all salespersons for each group.
e.g.
s1 %s1
a1 10 16% (10/60)
how can I set this up.
tried with set analysis but failed. sum(amount) / sum({salesperson=}amount)
Someone an idea?
Thanks.
Aloah
Hi Aloah,
see the attached example.
Good luck!
Rainer
I'd try something like
Sum(amount) / Sum({< group = {"groupname"} >} amount)
Hi Rainer,
thanks for your help. works perfectly. Can you explain me what "<group>" causes so that the formular works?
Aloah
Hello Aloah, "<group>" references the name of the dimension or column.