globalbear
IS-IT--Management
I am using Reporting Services to connect to an Oracle database. How do I manage to use parameters with Oracle?
Example: I want to select all transactions from a certain period. I set up a parameter called Period.
If I would have an SQLServer DB it would be fine to filter the Period-field with @Period. This does not work in Oracle however. I found out that I should use : instead of @, thus I try eriod instead as a filter. This works fine on the data-tab but I cannot render a complete report.
The error message reads:
"ORA-01008: not all variables bound"
Hmmmm. How do I "bound" a variable (=parameter)?
Example: I want to select all transactions from a certain period. I set up a parameter called Period.
If I would have an SQLServer DB it would be fine to filter the Period-field with @Period. This does not work in Oracle however. I found out that I should use : instead of @, thus I try eriod instead as a filter. This works fine on the data-tab but I cannot render a complete report.
The error message reads:
"ORA-01008: not all variables bound"
Hmmmm. How do I "bound" a variable (=parameter)?