Summary of all "False" columns

Aktar_As
Participant IV

Hello,
I have an app based on “True” , “False” questions. Is there any way to make an expression that would list all the “False” columns?

Example:

Question 1 : False
Question 2: True
Question 3: False
Question 4: True

Summary:
Question 1: False
Question 3: False

Thanks!

0 2 249
2 REPLIES 2

Yes, I’ll assume you have a Questions table that you also record the answers into. You can write a SELECT() expression as follows:

SELECT(Questions[Row ID], [Answer] = "FALSE")

I`ll check that out, thanks!

Top Labels in this Space