Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good afternoon,
I want to write a conditional hide statement that shows the object only if a value in another state equals "technician," and otherwise hides.
Something like this: My object is in AltState1 and if the value of Job Title in AltState4 equals 'Technician,' then show, otherwise hide.
Note that the Job Title value in AltState4 may not be selected.
Can anyone help?
Thanks!
May be this
Only({[AltState4]} [Job Title]) = 'Technician'
Worked like a charm - Thank you!