I have developed a JasperReports report using csv datasource and successfully published on JasperReports Server.
Question : Now, I want switch the csv datasources based on the parameter (abc).
- When parameter value "csv1" is selected by the user ----> sample.jrxml should connect to "path of csv1"
- When parameter value "csv2" is selected by the user ----> sample.jrxml should connect to "path of csv2"
Note : I am not using tables in sample.jrxml file
Can anyone tell me how to achieve this?