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.
Convert whole number to Decimal in fast formula
Hi Team,
We have a requirement to convert the number with two decimal positions. I am able to do with Round/Round_up function for decimal numbers.
However, if it is a whole number (without decimal positions) , not able to convert it.
Even I tried to concatenate the decimal positions, but the decimal positions are missing when I convert that to number.
Can you please suggest if we have any function or other way to achieve this ?
Below is the ode snippet I tried,
l_run =561
l_run=TO_NUMBER(TO_CHAR(l_run)||'.00')
log= ess_log_write('l_run'||to_char(l_run))
Tagged:
0