Hi guys, do you know if it is possible to add a ch...
# advancedpdf
m
Hi guys, do you know if it is possible to add a child record as a sublist in a parent PDF? Because when I add the
<#list>
, I can see it in the preview as a table with a header and rows in the body, but when I print the parent record, the table with the child record information has no rows. I also use
<?have_content>
in an
<#if>
to add the table header, therefore the table has content because the header is added Thank you a lot for the support you can give me!
z
When I need to check out are fields or sublist available for adding to PDF template, I start visual Template editor for existing template and try to add with "+" sign... You will get a list of all available elements... if your field or. sublist is listed the answer to. your question is YES. In the. opposite situation you can not add that using code editor
👍 1
n
Do you mean
<?has_content>
or are they equivalent?