More than one Advanced Function Being used
Answered
Hi,
I am creating a notifications report that shows how many price notifications that we get from specific stores per day. I have already summed these up by day and have them ranked for the top 5 to show. Is there any way to get a % of total column as well that displays the % of the whole data set, not just the ones that are displayed?
Regards,
Tiana
Hi Tiana,
yes I was able to get the percentage of the grand total (i.e. of all stores, not just the top 5) by adding an append subquery and applying the Advanced Function called "Percentage of Total" to the price notifications metric. In other words, you will have the same column "Price Notifications" with the same Advanced Function "Percentage of Total" in both master and sub queries, however the one in the subquery will not be limited to the top 5 ranks:
I hope that helps your reporting requirements, please let me know how you get on with it.
regards,
David
Hi Tiana,
yes I was able to get the percentage of the grand total (i.e. of all stores, not just the top 5) by adding an append subquery and applying the Advanced Function called "Percentage of Total" to the price notifications metric. In other words, you will have the same column "Price Notifications" with the same Advanced Function "Percentage of Total" in both master and sub queries, however the one in the subquery will not be limited to the top 5 ranks:
I hope that helps your reporting requirements, please let me know how you get on with it.
regards,
David
Replies have been locked on this page!