Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Calculation rounding when expecting decimals
Summary
Calculation rounding when expecting decimalsContent
I am have a calculation column that I am unable to get it to provide me with decimal results. I have tried changing the column properties, tried casting as integer, as double, as decimal (which gives an error), float, and as real. All have only provided whole numbers even though it has 3 decimals showing (ex 7.000).
Here is my calculation:
(CASE WHEN "- Performance Rating"."Number of Workers" IS NULL THEN 0 ELSE "- Performance Rating"."Number of Workers" END)/(SUM("- Performance Rating"."Number of Workers"))
Results look like this:
Calculated Rating # Employees Sum # Employees Percent of Employees
Tagged:
0