JasperStarter Array and Collection Parameters

2

I'm working with Jasper reports in PHP. It's all right, I can list them with no problem, but when I have an Array or Collection parameter error occurs. I tried to pass through CMD in several ways the Collection parameter, example:

parameter = 1
parameter = (1,2)
parameter = {1,2}

I do not know what to try; /

    
asked by anonymous 24.06.2016 / 13:42

1 answer

0

I discovered that Jasperstarter only accepts string and date parameters, so in order for my filter to work, I changed it to String so that I could pass as the Where parameter. In short, I place Where in the code and step as parameter, vlw

    
28.06.2016 / 13:31