
Ninox
Support
Support
Joined: Wed Jul 06 13:08:30 UTC 2016
Latest Posts
-
Re: I need to see if a value = something from combo box that it will create a new event in my history table. Currently i have a project table and when i select "PENDING" i want it to create a new event in my history "New item pending"
If you want to check a Choice field (Multi Choice field) you need to use the following formula: if text(Status) = "Pending" then .... or if Status = 2 then.....… -
Re: How to make the selection of a value in one choice field force the selection of a value in another choice field
Hi, as the choince fields do not show the same behavior like a text field you have to use if text('Choice 2') = "A" to check if it contains a certain text or check for the index number of the value…