Closed kevindaus closed 2 years ago
I just want to add this for future reference for all those who are planning to use this library and gets this error.
How to replicate : Using JasperReport Studio
Then create a php script that processes the jasper file.Pass a parameter value with comma(",")
Output : The first parameter field value will render fine but the rest of the values of the parameters will show null.
After removing the ","
I just want to add this for future reference for all those who are planning to use this library and gets this error.
How to replicate : Using JasperReport Studio
Then create a php script that processes the jasper file.Pass a parameter value with comma(",")
Output : The first parameter field value will render fine but the rest of the values of the parameters will show null.
Solution : Remove the comma( "," ) string in your parameter value
After removing the ","