July 8, 2008 at 7:21 am
Hello
I have created a report via the my local intranet, and I have been struggling to get the report to be real time and retrieve data from the data source every 5min.
Does anyone know how this is possible.
July 9, 2008 at 1:23 am
You could probably do this using the Subscriptions method, but it would be wise to set up the subscriptions so that every copy is not stored on the server (i.e. you only have the last one stored).
However, when your end-users run the report, they could refresh when they run it. The reason to use subscriptions is perhaps when many users want to view the report, the subscription will save multiple database hits.
Regards,
Nigel West
UK
July 10, 2008 at 6:50 am
If the users click a link, add &rs:ClearSession=True to the end of the URL.
We had to do that with our reports since the data is changing constantly.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply