You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to send a list int type parameter to my Jasper report with a postgresql connection but it gives me an error
Is there any way to do it?
in postgresql
where $X{IN, partner.cobrador_id , cobradores_id}
in jasperreport
error:
Error fill report: No matching overloads found for java.util.HashMap.put(str,list), options are:\n\tpublic java.lang.Object java.util.HashMap.put(java.lang.Object,java.lang.Object)\n'
The text was updated successfully, but these errors were encountered:
We have released version 2.1.4, which implements data typing for parameters sent to the reports. Please try using the new version and let us know about your experience.
Hello,
I am trying to send a list int type parameter to my Jasper report with a postgresql connection but it gives me an error
Is there any way to do it?
parameters= {
'fechaIni': '24-02-2024',
'fechaFin': '24-02-2024',
'UserCreate': 'User1',
'companyId':1,
'cobradores_id': [148,150],
'partner_id':2,
'python_version' : python_version()
in postgresql
where $X{IN, partner.cobrador_id , cobradores_id}
in jasperreport
error:
Error fill report: No matching overloads found for java.util.HashMap.put(str,list), options are:\n\tpublic java.lang.Object java.util.HashMap.put(java.lang.Object,java.lang.Object)\n'
The text was updated successfully, but these errors were encountered: