Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello,
We would like to make excel export template for one of our trackers.
The field containing this tracker includes, among other things, a table with 4 columns with a varying number of entries per item.
We would like to create a template that will extract all the entries from these tables for each item.
We tried to create a loop in this way:
| Action | Action Owner | Action Status | Follow Up | Due Date |
| <jt:forEach items="${items.Table[0]}" var="row"> ${row.customField[1]} | ${row.customField[0].name} | ${row.customField[2].name} | ${row.customField[3]} | ${row.customField[4]} </jt:forEach> |
This causes the correct number of rows to be generated per item after export, corresponding to the number of entries in the table in codebeamer, but no data is displayed.
Has anyone ever tried to create such a template and knows how to code it?
Thank you
