Hello everyone, I am new here. I have a survey where I have a list of items a person chooses from; for example:
Select the items below that are included in the report you reviewed:
1. cover page
2. title
3.signature
This is just an example the actual list is different and longer. But if I have a list like that and compliance means all items selected then all is well. But if less than 3 items selected it means out of compliance with the report requirements. So I need the survey to include a statement that says the report is out of compliance because item (whichever was not selected) was not included. How do I do that? I created a statement in the relevant column that says count-selected({$Report!=3}) below is the actual script I used so you would need to scroll all the way to see it. This works great because if the surveyor did not select all items, then it will show the note. However this does not tell me which item was not selected. How do I get it to show which item was not selected?
| note | SiteConcerns51 | <b>REAP content:<b> | | | w4 | | | | | "REAPs do not include all requirements in Section VIII. E." | | | count-selected(${REAPMinimum})!= 7 | | | | | | | 500 | | | | | | | | | | | | | | | |