Filter responses

I have a survey with 50 questions, all of them have as possible answers “it works” or “it does not work”,
I would like to know if there is any formula or method of filtering only the results “does not work”, in a real or virtual column.
Thanks

0 1 94
1 REPLY 1

I would recommend establishing a table with 3 columns = ID(key), Question(Text), It Works?(Yes/No)

Then list each of the 50 questions as a row in the table. You can then use an editable table to display the questions allowing the user to go through the list checking those that work. You can still customize the Yes/No column so that “It Works” marks the column TRUE and “It Does Not Work” as FALSE.

With it built this way you can then easily create an expression to filter the rows where the It Works column = FALSE

Top Labels in this Space