Report generation Template to include all columns of child table

I am developing a financial management app.  I have a number of tables which are working just fine, in particular I have two tables Transaction and Items. the relationship is properly set to ref, but when i generate a report template some child columns are not included. and again, when I populate the system, actual variables do not populate the child table. photo number 6 is the google sheet child table. please assist. Thanks, in advance

 

 photo7.pngphoto6.pngphoto5.pngphoto4.pngphoto3.pngphoto2.pngphoto1.png 

 

 

Solved Solved
0 6 246
1 ACCEPTED SOLUTION

Hi  ,

To include all child table columns in your report template:

โ€“ Make sure your <<Start>> expression points to the related child records, e.g., <<Start:[Related Items]>>.
โ€“ Inside the <<Start>>, list every needed column explicitly with its template tag (e.g., <<[ColumnName]>>).
โ€“ Check that your Ref relationship is correct and that the child tableโ€™s column names match exactly.
โ€“ If actual variables donโ€™t populate, confirm they are included in the SELECT or list reference feeding the template.

View solution in original post

6 REPLIES 6
Top Labels in this Space