Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am new to QlikView and having an issue with a set analysis syntax.
I wish to have each Reps Name in separate Pie Charts showing each Reps Sales percentages.
I have Negative and Positives Percent values "which I have working no problems see attached example"
but now I need to add the set Analysis per Rep.
I have tried several different syntaxes with no luck
Thanks for Help
Regards Peter
Hi Peter,
you should be able to use "{< Rep={'Harry'} >}" (or any other Rep-Name, of course) in all of your expressions:
Example:
fabs(Sum({< Rep={'Harry'} >} Margin)/(fabs(Sum({< Rep={'Harry'} >} Sales))))-1
works for me.
Regards
Roland
Hi Peter,
you should be able to use "{< Rep={'Harry'} >}" (or any other Rep-Name, of course) in all of your expressions:
Example:
fabs(Sum({< Rep={'Harry'} >} Margin)/(fabs(Sum({< Rep={'Harry'} >} Sales))))-1
works for me.
Regards
Roland
Hi Roland it worked !
Thank you very much.
I have attached a Working Example for others to refer to
thanks to Roland for help with this
Cheers Peter
Hi Peter,
glad to help you.
I am wondering if your endusers don't mind that the pieces of the pies don't match with their corresponding values. Regarding the pie it seems to me that Bill's Margins are equal (but in fact they are 6.7, 10 and -4 )
RR
Hi Roland,
I have fixed the Pie Pieces and uploaded a new example
have a look and see if its ok
regards Peter