I have a report which is calling a stored procedure. I have to display a specific field on the report which is obtained by a simple SQL taking in one of the parameters of the report. Please help me in this regard as i am trying to add the SQL in the database expert, i am getting the following error
Failed to retrieve data from database
Details: ADO Error Code: 0x
Source Provider
Description : No value given for one or more parameters.
I am using the SQL as
select
descr from table where cube = ?CUBE_ID
Any suggestion on how to add this field by querying the database.
Thanks,
Kiran