Forum Discussion
Report Builder Parameters - MySQL
- 4 years ago
Hi, jrieman ;
This weird issue is due to the fact that SSRS is connected to MySQL by ODBC connector; therefore, the query parameters should be defined as
?and their names areParameter1,Parameter2, etc... in order of appearancehttps://www.tek-tips.com/viewthread.cfm?qid=1354185
https://stackoverflow.com/questions/65213887/change-database-based-on-parameters-in-ssrs
https://stackoverflow.com/questions/47448139/sss-report-builder-3-0-query-parameter-report-preview
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, jrieman ;
This weird issue is due to the fact that SSRS is connected to MySQL by ODBC connector; therefore, the query parameters should be defined as ? and their names are Parameter1, Parameter2, etc... in order of appearance
https://www.tek-tips.com/viewthread.cfm?qid=1354185
https://stackoverflow.com/questions/65213887/change-database-based-on-parameters-in-ssrs
https://stackoverflow.com/questions/47448139/sss-report-builder-3-0-query-parameter-report-preview
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.