Generating a Single PDF from Multiple Glide Tables

Hello everyone

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?

Thanks in advance for your help!

You can watch this video to direct your vision towards what you want to achieve.

@Gideon_Lahav_Busines

1 Like

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:

2 Likes