for-each loop RTF
Hello all, I have a for-each loop that spans across all cells of a table row. When there is no data, I still need to print the blank row. Is it possible?
When I have the for-each loop individually for each cell of the row, I do get the blank row when there is no data, but not when the loop spans across all the table row (for-each on the first field/cell of the row, end for-each on the last field/cell of the row).
Thanks, Naveen.