Hi,
I am trying to generate the rows of a table using an R4J Word template. For example, to loop through all the requirements/issues inside a tree and generate a table with the summary of each issue in a separate row. I made an adapted version of one of the example loops:
[[\each $selectedTreeFolder]][[\recurse $.folders]][[\recursehere]] [[/recursehere]][[\recurse $.folderissues]] [[$.Summary]] [[/if]][[/recurse]][[/recurse]][[/each]]
I was wondering how I can apply this to a table. When I use it directly inside a (single cell) table, the output contains all the summaries in one cell. When I place the loop around the table, and only the [[$.Summary]] inside the table, it still fills in all the summaries inside one cell.
I was wondering whether this type of table generation is supported in R4J? How can I achieve it?
Kind regards,
They've written some guidelines here:
https://easesolutions.atlassian.net/wiki/spaces/REQ4J/pages/64920246/Restrictions
I'm still messing around with space placements to get it working properly..
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.