Zoi Moravec
unread,Dec 30, 2025, 5:12:13 AM12/30/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jam.py Users Mailing List
Hello everyone. I need some advice: is it possible to create a report for a Detail table using the Builder tools?
For example, in the Demo project:
1. I added a new test report to the "Reports" group.
2. In "Privileges," I granted full access to this report for all roles.
3. For the `InvoiceTable` (in the "Details" group), I added this report using the "Reports" button in the Builder.
After these steps, I expected to see a "Reports" button appear in the corresponding `view-form` within the `form-footer`. However, it does not show up.
Debugging with F12 shows that the `reports` object was not added to the `item` for the `InvoiceTable`.
Thank you for your help!