Hello!
I was wondering if there is a forumla to make a field visible dependant on 2 other dropdown values?
Something like:
equal($field1,"Closed Lost" and $field2, "Why lost?")
This should be fairly easy but i cant make this work.
Hello!
I was wondering if there is a forumla to make a field visible dependant on 2 other dropdown values?
Something like:
equal($field1,"Closed Lost" and $field2, "Why lost?")
This should be fairly easy but i cant make this work.
Hi Andreas,
You're almost there, try the following structure:
and(equal($field1,"Closed Lost"), equal($field2, "Why lost?"))
Let me know if that worked.
Thanks,
Dennis
This almost worked.
Now the field only shows if i set field1 to "Clost Lost" but it still shows even if i change field2.
This did actually work... one way so to say.
If i set the 2 values correct the field will show. If i then change field 2, the dependant field wont go away. But that isn't really a problem.
Thanks for your answer =)
awesome, great to hear - thanks for the feedback!