Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
JasperReports Library (at least version 6.20.6) supports passing json data as parameter, then creating ByteArrayInputStream from it and then directly accessing data or creating additional sub data sets using JsonDataSource. Everything just works.

Running such report under Knowage doesn ‘t throw any errors, but instead of values it shows everywhere - null‘s.

Where is the trick?
Environment knowagelabs/knowage-server-docker:8.2-SNAPSHOT docker image
in Data Source by (120 points)

Please log in or register to answer this question.

...