Select to view content in your preferred language

Nested if statements in Feature reports

759
2
02-11-2021 07:36 AM
MarcHoogerwerf_TAP
Occasional Contributor

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
Frequent Contributor

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

0 Kudos
MattEdrich
Frequent 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