I have a report in SSRS 2005 that currently requires the user to type
in a parameter value in order to return the data. I have a sp that
runs to create the report. I'd like to change it so the parameter
value is automatically populated from the last record that has been
inserted into a particular table. I have added a new dataset to the
report and have added the query to get the last record from my table.
I've set auto-refresh on and this seems to work. However, the sp is
not running as the report refreshes. Only the text box with my new
query updates.
Is it possible to do this ?
Thanks
Jeff
in a parameter value in order to return the data. I have a sp that
runs to create the report. I'd like to change it so the parameter
value is automatically populated from the last record that has been
inserted into a particular table. I have added a new dataset to the
report and have added the query to get the last record from my table.
I've set auto-refresh on and this seems to work. However, the sp is
not running as the report refreshes. Only the text box with my new
query updates.
Is it possible to do this ?
Thanks
Jeff