Ok, not sure if this is a fix with the report chart or the query, I run a query that captures the last 15 days worth of entries, however currently it counts weekends, which are blank, as such I do not get a full 15 working days worth of data.
This is fine when exporting the data to Excel as the pivot will igonre the date if there is not data, however I have a report chart that includes these weekend dates, so I have some blank columns in my column chart.
Firstly, can I get my query to count working days only, and ignore weekends ? or can I get the cahrt to ignore, not show, blank dates ?
On my query, the date criteris is as follows:
<=Date()-1 And >=Date()-15
Many thanks
MattP
This is fine when exporting the data to Excel as the pivot will igonre the date if there is not data, however I have a report chart that includes these weekend dates, so I have some blank columns in my column chart.
Firstly, can I get my query to count working days only, and ignore weekends ? or can I get the cahrt to ignore, not show, blank dates ?
On my query, the date criteris is as follows:
<=Date()-1 And >=Date()-15
Many thanks
MattP