Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to save the input values from a multivalue parameter report

Status
Not open for further replies.

rogerzebra

Technical User
Joined
May 19, 2004
Messages
216
Location
SE
Hi

I'm struggling with SSRS again after not been using it for over 2-years. Anyone knows how to save the input values from a multivalue parameter to the DB? I appreciate that you taking the time.

Thanks in advance.
 
I would recommend using a stored procedure for your data source. When the values are passed, the procedure executes a the INSERT to save the values just before processing the SELECT for the report. That is what we do for a simplistic auditing trail.

--------------------------------------------------
“Crash programs fail because they are based on the theory that, with nine women pregnant, you can get a baby a month.” --Wernher von Braun
--------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top