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

null
    • robertdebruyn
    • 5 yrs ago
    • Reported - view

    try this

    concept := if text(Classification) = "Concept" then...

    • wynand
    • 5 yrs ago
    • Reported - view

    Works beautifully thanks

    • wynand
    • 5 yrs ago
    • Reported - view

    Works beautifully thanks

Content aside

  • 5 yrs agoLast active
  • 3Replies
  • 1494Views