My feature report for inspections references a feature layer and the most recent related record. It has over a dozen categories that have fields/questions ranging from optional open text boxes, multiple choice select, and photos.
I am able to use if statements around grouped questions so they do not show if not filled in, however, it results in a lot of empty lines in between sections (See attached image at the bottom). I have put if statements on the same lines where possible but still results in a few lines per question on the backend.
Alternatively, can I instead format it so if it exists, include the value, if not, print "N/A"? That way the report would look a lot cleaner and provide clarity. However, with this I would also like to mitigate any blank lines. This in particular would be helpful to note for general categories that there is nothing filled for its subquestions. For example: Misconduct - N/A
I looked through forums/the quick reference but wasn't able to find the syntax. Thank you in advance!
