Hello,
I have a graph containing week numbers as a dimensional horizontal 'X' axes, separating my financial calculations/expressions to draw calendar comparisons and timelines.
As the weeks turn over my financials are starting to merge, as I run out of graph/screen space.
From this:
£123 £456 £789
1 2 3 etc.
To this:
£123£45£789
1 2 3 etc.
Now that we are in week 23, in an ideal world I would like a rolling 10 weeks to display so that everyone can clearly read the graph without having to expand it. - Filtering out what has now become of less important to the business, week 1-13.
Three options I have explored:
There has to be an easier way to achieve this over and above the options tried above.
Any suggestions?
Thanks.
Select the weeks you want to see in for example a listbox object.
Or create a flag field in the script that flag records that fall in the last X weeks. Then select the value in that flag field that represents the last X weeks.