RANGE in Empower formula
Answers
-
The RANGE custom field expects RANGE(Parameter, Lower_Boundary, Upper_Boundary). As far as I am aware the Parameter is allowed to be mathematical in nature and a nested function (e.g. ROUND(Amount,0)). However, the boundary conditions must be a number.
When I have setup range calculations I've always used one decimal more than required (e.g. 89.9) and rounded that reportable parameter to the correct number of sig figs via the report.
0 -
Thanks shainwat, yes that's why I round the parameter, so if my range according to a spec is 98-102 then I put in 97 as lower range so it accepts any value greater than the lower range and the lowest number (rounded to zero) that's greater than 97 is 98. Same if 98.0 to 102.0 then the lower becomes 97.9 when rounded to 1 decimal place.0
-
Hi, how many decimals involved in custom field calculation In empower
0 -
Any ligal document in waters.0
-
That is a complicated question with a complicated answer.
The core subject won't be relevant to you, but this part is:
Microsoft defined double-precision floating-point numbers as 15 digits. Oracle defines stroed double-precision numbers as being rounded from the 17th digit.
So there is your under the hood answer. Clearly you can always change this be fixing the precision in your custom fields / reports.
Hmmmm... can seem to attach a PDF, so how about:
https://us.v-cdn.net/6030142/uploads/editor/h7/1jtczwrch0zt.pdf
0 -
I think you will find the attached helpful.
I think you will find this link helpful.
https://us.v-cdn.net/6030142/uploads/editor/h7/1jtczwrch0zt.pdf
Microsoft defines double-precision floating point numbers as 15 digits. Oracle defines stored double-precision numbers as being rounded from the 17th digit.
0