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.
How to convert a text UDF to a number for use in a calculation
Summary
We have a UDF to capture the Commission amount and a UDF to capture the Total Target Comp for Sales offers. I want to calculate the commision split in OBI but it see the field as a text field.Content
I used the CAST function to attempt to convert the UDF to a number using CAST("Submission Job Offer Flex Fields"."UDF19" AS INTEGER). OBI accepts the formula but i am unable to use it to calculate the split so it doesn't seem to being seeing it as a number after all. Any help would be greatly appreciated.
0