4
I have a question in the passage of a parameter in Ireport. I need to pass a list as a parameter.
Example: In SQL code the query looks like this:
SELECT * FROM TABELA WHERE COD IN (1,2,3,4)
In Ireport with the passage of the parameter I’m trying to do this way:
SELECT * FROM TABELA WHERE COD IN ($P{CODIGO})
And in the window parameter that opens the data (1,2,3). However, this way is not working.
Related: https://answall.com/q/291236/64969
– Jefferson Quesado
Even if you want to know how I do the dynamic compilation of reports independent of ireport or Jaspersoft-studio, you can open a question and mention me here for me to be notified
– Jefferson Quesado