Nick
Nick
Greece
Joined: Wed Jan 01 00:00:00 UTC 2014
Latest Posts
-
Switch statement stop working?
I noticed that in the new version 2.6.0. (and 2.6.1.) the switch stetement is no longer working.Did anyone else notice this? Ninox Mac App
-
Re: How do I code the following: Select from a combo box, each item has a value, the value reflects in a different filed. If there is nothing selected then the value in the field must be 0?
Try this: if text('Year 1 2017') = "Council Reg" then 'Council Registration' := "1200"else if text('Year 1 2017') = false then "0"