Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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
Hi @PW_10729315
Thank you for your question.
Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.
Also, feel free to add any additional information you think might be relevant.
Best regards,
