I have a deficiency tracker that I'm trying to write report for. I'm not very fluent with Jasper Reports. I do have it installed on my desktop. I can run a very simple report that gives me a report on a single entry.
But I would like to create a summative report with all items together on one sheet.
Field One - UNIT - (integer)
Field Two - TRADE - (multiselect)
Field Three - DEFICIENCY - (text)
Field Four - ROOM (multiselect)
I'd like to be able to either generate reports straight from phone - sending the items to a Google Docs template and have multiple entries show up together on a single google doc report. OR create a custom Jasper report, again, showing multiple entries on a single report.
I've had great success using Google Sheets and Query language to create reports in google sheets. I'm trying to simplify the process for fellow coworkers.
Can anyone help?
Desired output would be something like:
Unit: 201 (single reference, although all entries on this particular report would share this unit number)
Room: Bedroom
- scratch on floor board
- paint touch up at door frame
- missing electrical coverplate.
That report would pull from memento where its more like:
201 Bedroom Scratch on floor board
201 Bedroom paint touch up at door frame
201 Bedroom missing electrical coverplate
Currently looking at thousands of items over a 400+ units....
Thanks for the help.