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.
Using Trim function in Message Template
Summary
What is the correct syntax to use TRIM LEADING function in a message template?Content
I'm trying to use the "TRIM LEADING" function in a message template for the following field Requisition.LocationStructure
I'm trying to modify the field output as shown below...
- Current – United States>California>San Francisco>San Francisco
- Preferred – San Francisco
I tried various combinations of the syntax below but it's not working. The message template treats it like a text instead of a function. What's missing from the syntax?
TRIM(LEADING '>' FROM "Requisition.LocationStructure")
Code Snippet
TRIM(LEADING '>' FROM "Requisition.LocationStructure")
Tagged:
0