Hi,
I have the following problem I have a data set containing Sales values of a specific date (my short table below should clarify the topic). I would like to use a time range filter that says how the total sales of the beginng of a period and at the end of a period is. I want to display the overall total sales and the sales increase/decrease of that time range on one page.
If I adjust the time range and set it to 2.1 - 4.1, the value of the date 1.1 is filtered out so my total sales for 2.1 is 5 )instead of 25) and for 4.1 it is 45 (instead of 65). Anyone an idea how to solve this?
Is there any possiblity surpressing
Date Sales
1.1 20
2.1 5
3.1 25
4.1 15
5.1 10