Please I am using AppSheet to manage orders for my business and have a bot set up to generate PDF invoices. I need to include a summary table in the PDF that shows Roll_QTY values for each order and the count of how many times each Roll_QTY appears in the order.
Tables:
Order Details:
Order:
Goal: For each order, I want to include in the PDF a summary table with the following structure:
Example: If an order has 3 products with Roll_QTY values of 20, 20, and 30, the table should show:
Issue: I'm having trouble creating the template expressions needed to generate this summary table in the PDF. When I attempt to use a Start expression in my Google Docs template, it requires a list of key references, which I can't seem to produce correctly with my current setup.
Request: Could someone guide me on how to set up the necessary Google Docs template to achieve this summary table in the PDF? Any detailed steps or expressions would be greatly appreciated.
Thank you! ๐โค
Solved! Go to Solution.
You should use Steve's Formula.
Something like this....
Template
Result
User | Count |
---|---|
28 | |
14 | |
3 | |
3 | |
3 |