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.
Fast Formula Empty String Not Allowed Using Replace
Summary
Not able to remove characters using Replace function in a fast formulaContent
I am getting a fast formula compile error that makes no sense. In the code below, using the Replace function, I am simply trying to remove any spaces from the results of the line before it. I get an "Empty String Not Allowed" compile error for that line. I tried using TRANSLATE and that gave me the same error. Does anyone have any ideas why this is happening? It seems like a bug.
l_meaning = 'X'
l_meaning = TRIM(PER_PERSON_EIT_ALL_PEI_INFORMATION1[i])
Tagged:
0