Hi,
Is it possible to send a csv/txt file which has a list of input parameters in a livereport ?
Eg., select * from dtree where dataID in (%1)
I have more than 1000 values which I should pass in the IN clause, pls suggest.
Thanks
not with an LR, you may be able to do something with a WebReport, or you can create a database table from the CSV and then use the new table in the LR's SQL