Forum Discussion

Rense620's avatar
Rense620
Copper Contributor
Aug 17, 2022
Solved

Conditional form format with two conditions not working

Hopefully somebody can help me with this.

 

I have a list, and a column named "type" with 3 choices. Early, Late, Weekend.
I am trying to hide a field in the New Item form based on these three.

The fieldname/column name to hide has the name "Working hours 1"
I tried this, but it still shows the field "Working hours 1"  if nothing is chosen.

 

=if([$Soortdienst] == 'Early' || 'Weekend', 'true', 'false')

 

What I want is that only the field is shown when the type Early OR Weekend is chosen.
So nothing chosen yet, nothing wil be shown.

 

 

5 Replies

Resources