I have gone through multiple tutorials about putting daughter related records in PDF Invoice as a Start: expression but the output looks incomplete. I want the invoice items to appear as a numbered list in the invoice pdf.
e.g. the item list table should contain columns like:
If you add a column to the child record, (call it “Item No”, perhaps), you should be able to create a formula that increments up for each child record. I think the formula would look something like this:
I’m not whether this formula will work on the first child record or not. Hopefully, it just works, but if not, you might need to wrap it in an if statement so that you arrive at a numeric value for the first child.