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

3replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • try this

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

    Like
    • wynand
    • wynand
    • 4 yrs ago
    • Reported - view

    Works beautifully thanks

    Like
    • wynand
    • wynand
    • 4 yrs ago
    • Reported - view

    Works beautifully thanks

    Like
Like Follow
  • 4 yrs agoLast active
  • 3Replies
  • 1480Views