Skip to main content

Arrayjoin(ArrayCompact) + IF statement

  • August 17, 2022
  • 2 replies
  • 44 views

Forum|alt.badge.img+3

I am analyzing data from an evaluation form where all field are mandatory. When reporting them using Page Designer I want to omit any entries where the person has typed n/a (with any combination of capital or lowercase letters). My first thought was that there needs to be an IF statement in there some where, but where? Currently I have:

ARRAYJOIN(ARRAYCOMPACT(value), “/n/n”)

2 replies

Mohamed_Swella1
Forum|alt.badge.img+17

Hi @Whitney_Wilson ,

Welcome to Airtable Community !

The IF statement will have to work on each field individually, are you sure you want to do that? Maybe it would be a better option to make the questions with a checkbox or a single select THEN if the single select is YES you open up a mandatory text field?


Forum|alt.badge.img+3
  • Author
  • New Participant
  • August 26, 2022

Hi @Whitney_Wilson ,

Welcome to Airtable Community !

The IF statement will have to work on each field individually, are you sure you want to do that? Maybe it would be a better option to make the questions with a checkbox or a single select THEN if the single select is YES you open up a mandatory text field?


Thanks for the help! …sorry for the delay in reply.
I don’t want them to have the option of answering the question, at the moment its a mandatory field. Some cheeky participants are getting around that by typing ‘N/A’, was just wondering if I could avoid displaying those in Page Designer.