I am accessing data from an OLAP cube which has multiple years data. I want to see just the totals for items rather than the raw data.
I need to be able to see one column with totals for 2016 and another for 2015 for two different values
eg
Product Name Sales for 2015 volume total for 2015 Sales for 2016 volume for 2016
Product one
Product two
etc
etc
I was thinking about whether I could use a set for this, but it does not seem to add the field together. do you have any suggestions about how best to achieve this?
currently it shows
Product Name jan feb mar etc
Product one
Product two
Many thanks
I need to be able to see one column with totals for 2016 and another for 2015 for two different values
eg
Product Name Sales for 2015 volume total for 2015 Sales for 2016 volume for 2016
Product one
Product two
etc
etc
I was thinking about whether I could use a set for this, but it does not seem to add the field together. do you have any suggestions about how best to achieve this?
currently it shows
Product Name jan feb mar etc
Product one
Product two
Many thanks