Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Check this file
my suggestion attached
Peter
Hi, sorry if I revive this one year old's post
This example seems to work since I have just the "month selector", but if I add another column to the table, like this example:
Load * Inline
[
Date, Sales, Group
01/01/2015, 100, A
03/01/2015, 110, A
06/01/2015, 140, B
10/01/2015, 90, B
14/01/2015, 80, C
16/01/2015, 160, C
];
And then i filter for "Group" how can I display all the days in that month?
Thanks