Forum Discussion
DonLarson
4 years agoQrew Elite
Winss,
One way to solve this is to use the Integer function to capture the whole numbers from the division of the number
[Numerator]
[Denominator]
Int( [Numerator]/[Denominator])
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
One way to solve this is to use the Integer function to capture the whole numbers from the division of the number
[Numerator]
[Denominator]
Int( [Numerator]/[Denominator])
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
- Winss4 years agoQrew TraineeThanks Don.
For anyone having the same problem you can find this also using
( [Numerator] - Rem(Numerator, Denominator) )/ [Numerator]
Rem is QuickBase function to return the Reminder of a division operation.
------------------------------
Winss Albo
------------------------------