You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood for Oracle Cloud HCM   Begin Now

Fast Formula Empty String Not Allowed Using Replace

Received Response
545
Views
9
Comments
edited Nov 27, 2018 1:52PM in Performance Management 9 comments

Summary

Not able to remove characters using Replace function in a fast formula

Content

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!