Forum Discussion
How to use parameters in report builder with a Postgresql DB using odbc?
- 3 years ago
Alright,
I have found a solution to my problem with external help now. With an ODBC connection parameters are created by using the questionmark sign (?). But you are not allowed to use any namens for the parameters anymore.
If you use ? in your SQL, parameters are automatically created in the report builder.
You have to pay attention to the order of the parameters and you are not allowed to rename it afterwards.
Here's an example which works for me:
Alright,
I have found a solution to my problem with external help now. With an ODBC connection parameters are created by using the questionmark sign (?). But you are not allowed to use any namens for the parameters anymore.
If you use ? in your SQL, parameters are automatically created in the report builder.
You have to pay attention to the order of the parameters and you are not allowed to rename it afterwards.
Here's an example which works for me: