I have a Mongo DB database and I want to extract data from it and produce reports in JasperReports. I've read http://community.jaspersoft.com/wiki/mongodb which discusses how to connect MongoDB to JasperReport.
However that document only gives instructions for the GUI app version of JasperReports Server, and I am using the JasperReports Server web app.
Is it possible, using the web app, for me to connect MongoDB to JasperReports? How?
0 Answers:
No answers yet
I had a similar issue that I solved by the following:
However, the problem that I encountered througout this process was that there were no fields from my mongodb visible. The Jaspersoft Studio tool Preview produced an empty report.
My database, called shortstories, has a collection called hardbackbooks. And each row in 'hardbackbooks' contains the 2 fields, content and created_date. The query string I used when creating the report is below; Can anyone help with this JasperSoft to MongoDB syntax, please?