Learn about the new Oracle Fusion AI Agent Studio on April 15, 2025 at 8:00 am PT - Register Now
Get Started with Redwood for Oracle Cloud HCM Begin Now
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.
Mod function in fast formula
Summary
Mod function in fast formulaContent
Hi all,
I need to know how do we use MOD function in fast formula.
Example:
ln_months_mod = (100/10) ----> 10
ln_months_mod = (200/10) ----> 20
ln_months_mod = (130/10) ----> 13
ln_months_mod = (123/10) ----> 10
Last one need to return as 12
So I need, ln_months_mod = MOD (123/10)
like that
please help
0