Hi,
I'm trying to limit the number of pages in my report like we're limiting the number of forms shown to the end user in S123.
I've tried this:
${if section | checked:"1"} Section number One
${if subsection | checked:"1.1"}Section One dot One
${/}
${/}
and so on, but it does not seem to work. The inner if's work but the outer if's don't as I get all of the sections as empty ages. The one selected section correctly shows only the details of the selected subsection.
regards,
Marc
I have the same question about nesting conditionals in a feature report. Is it possible?
I am resurrecting this topic because I would very much like to know the same, or if any of the previous posters have found a way to achieve this!