I have 7 reports that all use the same query except one line in the where clause. How can I combine these into 1 report and change the line based on the report type selected.
Code example Select a.remark from remarks a where a.code in (:rpt_parm)
:rpt_parm has 7 options, but I cannot seem to get the query to accept the list of values I put in the value or to use a dataset that returns a list.
Note I am using SSRS 2016 with VS2015 and an Oracle Database connection.