Help

HIDE field only when conditions are met in form view

Topic Labels: Views
Solved
Jump to Solution
691 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Lassi_Seppa
5 - Automation Enthusiast
5 - Automation Enthusiast

Dear Community,

I have a trouble to hide a field with conditions in form view and I’m losing my mind with this. My goal logic is like this:
HIDE field 3, when field 1 contains “word” AND field 2 is not empty.
But form view has only option to show field with conditions. How I can make this field disappear with show field conditions ? Trying to invert the logic do not work: show field 3, when field 1 does not contain “word” AND field 2 is empty.
Any ideas ?

1 Solution

Accepted Solutions
Lassi_Seppa
5 - Automation Enthusiast
5 - Automation Enthusiast

Solved.
got it working with conditional groups (glad they are available now).
Logic is:
Show field 3 when, (field 2 is empty and field 1 does not contain “word”) or (field 2 is not empty and field 1 does not contain “word”) or (field 2 is empty and field 1 contains “word”)
Basically need to make list in the condition groups for all possible options.

See Solution in Thread

1 Reply 1
Lassi_Seppa
5 - Automation Enthusiast
5 - Automation Enthusiast

Solved.
got it working with conditional groups (glad they are available now).
Logic is:
Show field 3 when, (field 2 is empty and field 1 does not contain “word”) or (field 2 is not empty and field 1 does not contain “word”) or (field 2 is empty and field 1 contains “word”)
Basically need to make list in the condition groups for all possible options.