Get Started with Redwood for Oracle Cloud HCM Begin Now
Rounding in OBI
I need some assistance with rounding in OBI. I have formulas that calculate the number of days between two dates however the formula is rounding and putting only zeros after the period. You can see this in the screenshot below. I found a document in the knowledge base on rounding rules but it is not working. Below is the formula I am using for time to hire. How can I have the result populate a value like 1.23 instead of 1.00?
TIMESTAMPDIFF(SQL_TSI_DAY, "Requisition Dates"."First Sourced Date", "Submission Dates"."Offer Accepted Date")
0