How about if I want it to a lower whole number?

@Kal_Lam How about if I want it to a lower whole number? e.g 4.2 and 4.7 both return to 4

I will appreciate

@smacharia, this post discussed previously should help you solve your issue:

1 Like

You may use the int() function and a calculation, see https://getodk.github.io/xforms-spec/#fn:int

1 Like