Nested if statements in Feature reports

650
2
02-11-2021 07:36 AM
MarcHoogerwerf_TAP
New Contributor II

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

2 Replies
MikeOnzay
Occasional Contributor III

I have the same question about nesting conditionals in a feature report. Is it possible?

0 Kudos
MattEdrich
Occasional Contributor

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!

0 Kudos