0
Trigger on Drop down Choice does not work
Hi, I am trying a trigger from a Choice Combobox field but it does not work
concept := if Classification = "Concept" then
text("true")
else
text("false")
end
Any advice? Thanks
3 replies
-
try this
concept := if text(Classification) = "Concept" then...
-
Works beautifully thanks
-
Works beautifully thanks
Content aside
- 6 yrs agoLast active
- 3Replies
- 1495Views