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; /