|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, October 25, 2012 8:14 AM
Points: 6,
Visits: 91
|
|
This is only for reports that run occasionally. most users select 1 to 3 clients, so it is not high on our list at this time to optimize this
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, March 11, 2010 5:39 AM
Points: 45,
Visits: 16
|
|
how can we write a query and pass multi value parameters to stored procedure in the report? To exec a procedure we simply write Exec MyStoredProcedure
to exec a stored procedure we need to pass parameters. I can do Exec MyStoredProcedure IN (@ParamList)
I have gone through this thread conversations however, I am not able to make out when to use Split function and how to use.
In dataset, which query I need to write to exec a stored procedure with multi value parameters.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 5:03 PM
Points: 1,
Visits: 115
|
|
| Beautiful...it worked great!
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 25, 2012 7:43 AM
Points: 1,
Visits: 31
|
|
I'm running against Oracle. My query works fine with these small chages to Oracle syntax:
WHERE (:CommaDelimtedList || ',' LIKE '%' || TableColumnToCompareTo || ',%' OR @CommaDelimtedList = '')
However when I run the query in Reporting Services 2005 Sp2, if I choos more than one item in the multiselect, I get the error "ORA-00920 Invalid relational operator" Any idea what is happening?
|
|
|
|