Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 DB2 parameters with report builder 3.0

Author  Topic 

workindan
Starting Member

21 Posts

Posted - 2012-03-27 : 12:09:37

I'm using Report Builder 3.0 to build this query, connecting to a DB2 datasource:

select top 1 * from dbo.table1
where date >= @startdate
and date < @enddate

while parameters work when creating a query with a sql server data source, DB2 returns an invalid identifier error when using them. Does anyone know how to fix this?
   

- Advertisement -