I have a question about generating PDF files in Glide.
I currently have four different tables in my app:
Sales
Cash Flow
Payable Accounts
Receivable Accounts
I would like to generate a single PDF file that pulls data from all four tables. The PDF should include selected columns and all rows from each table.
Additionally, the PDF should always reflect the latest data. For example, if I generate a PDF today and then generate another one a week later, the new PDF should automatically include any new rows added to those tables.
Is there a recommended approach or best practice to achieve this in Glide?
Yep, just need to make relations to the other tables from the parent-most table and then lookup/Rollup data from those tables that you want to include in the PDF. I mention this briefly in my latest video: