Viewing 3 posts - 1 through 3 (of 3 total)
I suspect this may be a db2 question. Has anyone written an SSRS report that passes a query with named parameters to db2?
October 10, 2013 at 9:44 am
#1657627
The problem is in using the 2 named parameters. It works fine if I use 1 or 2 unnamed parameters (?). If it helps, here is the query:
WITH Main_Query
AS
(
select
hdr.csstor...
October 9, 2013 at 2:56 pm
#1657325
I dragged and dropped the parameter onto a text box in the page header. It reads "=Parameters!P_ApptType.Value" meaning the multiple Appointment Types. #Error displays in the preview.
August 3, 2010 at 12:04 pm
#1201722