Jasperstarter Array and Collection Parameters

Asked

Viewed 70 times

2

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

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

I don’t know what else to try ;/

1 answer

0

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.