I've got a slightly messy situation I'm trying to debug. I'm using CR XI to generate reports which are displayed by another application which runs on a server. I do the development on my local machine, using a VPN to connect to the server for data access. The data is broken into two separate SQL Server databases, one containing document data, and the other containing student data. I need to find the last document prior to a user-selected date, and use that to filter data from the student database. To do that, I'm using a Command to find the Max(date) for each student and then return the corresponding document ID with the Student ID, and then within CR's normal interface pull the student data corresponding to that document.
Now, when I run this report on my local machine, it works reasonably well. I enter the date and a district code, the system grinds through the thousands of records over a couple of mintues, and kicks out a dozen pages or so. However, when I run the report on the server hosting the application, the date parameter is asked for on every page (but not the district code). Is there some setting or versioning issue that causes repeated parameter requests on every page of a report? Any suggestions? Help!
Now, when I run this report on my local machine, it works reasonably well. I enter the date and a district code, the system grinds through the thousands of records over a couple of mintues, and kicks out a dozen pages or so. However, when I run the report on the server hosting the application, the date parameter is asked for on every page (but not the district code). Is there some setting or versioning issue that causes repeated parameter requests on every page of a report? Any suggestions? Help!