I want to visualise the difference between two bars in my bar view.
Situation is as follows:
- dataset consists of clients with sales per product per period
- bar view is split on sector and horizontally paned by year
- Measure is Sales
- Sector A has less sales in 2010 compared to 2009 as the bar is smaller in the 2010 pane
Assume that clients were lost and this has caused the drop in sales. How can we configure Omniscope to identify which clients make the difference?
You could create a formula, using the SUBSET commands, to calculate the difference in sales between 2010 and 2009 for each client which exists in 2009 - those with a 100% decline have been lost. Something along the lines of:
This could be improved (for readability) using the new DECLARE function in version 2.6, but the above should work... it assumes that you want to look at total year-on-year sales for each Client within a Sector, and presents the result as a % figure of 2010 sales against 2009 sales... a value of -100% is a Client lost in a specific Sector.