Template Start Expression

Hello Everyone!

I have an inspection form with 50 yes/no questions (each question its own column). a "NO" will result in a corrective action, the pdf template i currently generate groups all corrective actions ("no") in the first page BUT I cant figure out how to formulate a start expression which I can place in a table so that the template looks cleaner. 

I currently have to use 50  <<if>> statements in the template (example below) but the template looks a bit jumbled up, id MUCH rather create a start expression which can select for all columns with a "no" answer and include them in a table BUT I can only select 1 column at a time with a select expression, right?

 

I'm stuck any advice will be greatly appreciated!

appsheet example.png

 

 

 

0 1 44
1 REPLY 1

That's not how START expressions work. START expression iterate across records, not across columns.

Top Labels in this Space