Hello,
I'm having difficulty formatting the expressions within a Feature Report Template.
Basically, I have a Summary Table at the start of the report which is laid out like below. I've only included part of the expression to give you an idea (there's a lot).
| Non-Conformance | Corrective Action | Date to be Completed by | Actual Completion Date |
${if q1 ==”no”}${q1_noncompliance_calc} ${/} ${if q2 ==”no”}${q2_noncompliance_calc} ${/} ${if q3 ==”no”}${q3_noncompliance_calc} ${/} ${if q4 ==”no”}${q4_noncompliance_calc} ${/} ${if q5 ==”no”}${q5_noncompliance_calc} ${/} | ${if q1 ==”no”}${q1_actionrequired_calc} ${/} ${if q2 ==”no”}${q2_actionrequired_calc} ${/} ${if q3 ==”no”}${q3_actionrequired_calc} ${/} ${if q4 ==”no”}${q4_actionrequired_calc} ${/} ${if q5 ==”no”}${q5_actionrequired_calc} ${/} | ${if q1 ==”no”}${q1_actiondate_calc} ${/} ${if q2 ==”no”}${q2_actiondate_calc} ${/} ${if q3 ==”no”}${q3_actiondate_calc} ${/} ${if q4 ==”no”}${q4_actiondate_calc} ${/} ${if q5 ==”no”}${q5_actiondate_calc} ${/} | ${if q1 ==”no”}${q1_completiondate} ${/} ${if q2 ==”no”}${q2_completiondate} ${/} ${if q3 ==”no”}${q3_completiondate} ${/} ${if q4 ==”no”}${q4_completiondate} ${/} ${if q5 ==”no”}${q5_completiondate} ${/} |
The table will display the answers of these 4 sub-questions/follow on questions to 51 main questions if that answer was "No". The expressions in the above table is basically replicated within each cell 51 times.
What I want to achieve is all executed answers displayed in a list directly below each other and in a single line across all the cells. With the expression as in the table above, the answers end up being displayed like below, with gaps between answers which weren't executed etc.

In above, it almost does what I want, but the 3 answers should be aligned across the 4 cells and the table should be sized as such. They should also be displayed like a list one after the other in each cell.
If I change the expression in the table above so that it is all together (not on a new line for each question but a continuous piece of code) it ends up displaying everything like this:

The size of the table is what I want, but everything should be on a new line/paragraph and aligned across each cell.
Hope that makes sense, and apologies if its waffley. I'd really appreciate any ideas with this - its really been frustrating me!
Many thanks,
Nick