Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I originally posted this in “Creating Analytics” but didn’t
receive any responses. I thought I would
put it here to see if there are any takers….
-------------------------------------------------------------------------------------------------
I’m really struggling with a new project (I’m new to QV and
set analysis) so I created a dumbed down example of what I am trying to
accomplish. Someone want to give it a shot?
I want to display three categories on the bar chart:
So if AcmeSports is selected I should see the year to date
product mix for AcmeSports, The average product mix of AcmeSports and
BobsSports (because they are both Customer Type A) from Last Year, and the
Average product mix sold to all customers from Last Year.
Bonus points if you can indicate which customers are not
performing to within 2% of the Corporate Standard in any category.
Good morning Scott,
I've added a updated version of your file attached to this post. In it, you shall see that I updated the existing expression and added two new ones in your chart, which I switched to a Combo Chart in order to show clearly the three measures such as:
2012 Industry Standard =Avg({<Customer=,Month={"2012*"}>}Aggr(Sum({<Customer=,Month={"2012*"},ProductCategory=,CustomerType=P(CustomerType)>} Net),Customer,ProductCategory))
2012 Corporate Standard = Avg({1<Month={"2012*"}>} Aggr(Sum({1<Month={"2012*"}>} Net), Customer, ProductCategory))
2013 Customer Sales = Sum({<Month={"2013*"}>} Net)
Regards,
Philippe
Good morning Scott,
I've added a updated version of your file attached to this post. In it, you shall see that I updated the existing expression and added two new ones in your chart, which I switched to a Combo Chart in order to show clearly the three measures such as:
2012 Industry Standard =Avg({<Customer=,Month={"2012*"}>}Aggr(Sum({<Customer=,Month={"2012*"},ProductCategory=,CustomerType=P(CustomerType)>} Net),Customer,ProductCategory))
2012 Corporate Standard = Avg({1<Month={"2012*"}>} Aggr(Sum({1<Month={"2012*"}>} Net), Customer, ProductCategory))
2013 Customer Sales = Sum({<Month={"2013*"}>} Net)
Regards,
Philippe