Help with show if

Tracy
New Member

Hi, if someone has time could you please check my expression in screen shots below to see why my column “Chris D Tip Locations” is still showing when “Non Production” is selected from Enum list?

Solved Solved
0 4 147
1 ACCEPTED SOLUTION

Oh yes thank you Heru
I changed the word “Non Production” to “Other” and it worked perfectly!!
Silly mistake

View solution in original post

4 REPLIES 4

Tracy
New Member

Tracy
New Member

My expression was placed in
Table “WL32“
Column “Chris D Tip Locations”
Column Type “Enum”
Show? AND(CONTAINS([TMM],”Production”),CONTAINS([Pit],“Chris D”))

It seems that the [TMM] that have options that contains the word “Production”. So the first part of the Show? expression will always true.
The second part I could not tell what’s inside the column [Pit].

However, You might want to try to set the enum of [Chris D Tip Locations] with reset-on-edit as ON with Initial value of “”.

Oh yes thank you Heru
I changed the word “Non Production” to “Other” and it worked perfectly!!
Silly mistake

Top Labels in this Space