I have a chart which reports the production rates by (day/month or year - it's a hierarchical group). And I want to accumulate that information whether the dimension is 'Day'.
I was thinking in make some totals and group by dimensions (in the script). And in the chart, try to do something like that:
(If dimension select is day..so..If dimension select is month..so..)
Do you guys know how to do it? or how to fix this problem?