Hello Everyone:
Here is my problem I have a field that is numeric and the contents are 86.68000000000000007 field name is emhoursperpay. In order to find hours worked per week my formula is the following
round(((emhoursperpay * 24.00/52.00),2) as hoursworkedperweek
The formula above works up to a point in some cames I still get numbers like the one below
40.009999999999998 when I'm expecting 40.00? Any ideas
Thanks.
Here is my problem I have a field that is numeric and the contents are 86.68000000000000007 field name is emhoursperpay. In order to find hours worked per week my formula is the following
round(((emhoursperpay * 24.00/52.00),2) as hoursworkedperweek
The formula above works up to a point in some cames I still get numbers like the one below
40.009999999999998 when I'm expecting 40.00? Any ideas
Thanks.