Find integer numbers

Hey! Do you know how to check if the number is integer?
I try make a search in database and get in repeating group only integer numbers

1 Like

Do you mean numbers that have no decimal place? You can say if this field value “modulo” 1 is 0 then you know it is a whole number without decimal places.

Yes, exactly. Thanks, will try it.

This topic was automatically closed after 70 days. New replies are no longer allowed.