thatlemhome
Registered User.
- Local time
- Today, 13:19
- Joined
- Mar 31, 2009
- Messages
- 26
I have a query with a "Between" statement to filter the data by a specific date range. This runs fine.
I then built a report and pull data into the report from the query. When I run the report I get the date range between statement to answer as I expect. So far, so good.
However, when I add a chart to the report, suddenly I am getting multiple requests for the date range in order to build the report. The chart for each grouped set of data is accessing the query, so I get multiple requests for the range. Without answering, I get a blank chart.
I have verified my parameter settings for the report and chart against an application that works fine, and everything checks out.
Does anyone know of a setting or similar that will force the charts to continue to go back to the query and run the between statement again. Acts almost like it's not holding the data and needs to request for each build.
Haven't run into this before.
Thanks.
I then built a report and pull data into the report from the query. When I run the report I get the date range between statement to answer as I expect. So far, so good.
However, when I add a chart to the report, suddenly I am getting multiple requests for the date range in order to build the report. The chart for each grouped set of data is accessing the query, so I get multiple requests for the range. Without answering, I get a blank chart.
I have verified my parameter settings for the report and chart against an application that works fine, and everything checks out.
Does anyone know of a setting or similar that will force the charts to continue to go back to the query and run the between statement again. Acts almost like it's not holding the data and needs to request for each build.
Haven't run into this before.
Thanks.