0
Getting value instead of index on choice field
Hi,
I am quite new on Ninox and havint this trouble now. I have a choice field named "interval" with values 6, 12, 24, 60. These means months. Once I choose some value I need to make some mathematical operations. But instead of working with its values, Ninox gets only index position. In formula window it says "invalid operator: choice / number". I tried val(interval), number(interval), nothing was working. Is there any conversion possible?
2 replies
-
number(text(interval)) gives the nummeric value of your choices
-
thank you
Content aside
- 3 yrs agoLast active
- 2Replies
- 268Views