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
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.

Need to fetch records with valid primary phone in OTBI analysis

edited May 8, 2020 1:09PM in Reporting and Analytics for HCM 1 comment

Summary

In OTBI, How to check if all characters in phone number field is numeric

Content

Hi,

In OTBI analysis, I have a requirement to fetch employees whose primary phone number is NOT VALID. This means, we need to check if all characters in the primary phone number field is Numeric.

I tried using the below condition in the "Worker"."Primary Phones Number" filter

LENGTH(TRIM(TRANSLATE("Worker"."Primary Phones Number", '0123456789',' '))) IS NOT NULL

However, this is giving error. Not sure if the TRANSLATE function is supported in OTBI.

I also tried using REGEXP_LIKE. Even this errored out.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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