Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Need formula to remove dashes from string

JHaden3
Rank 3 - Community Apprentice
OBIEE - Would someone please help with a formula to remove dashes from this social security number field so that only the digits remain. The field name is "Worker"."Primary National Identifier Number"
Example: change xxx-xx-xxxx to xxxxxxxxx (must be 9 digit social). Thanks!
0
Answers
-
REPLACE("yourfieldname",'-','')
1 -
Exactly what I needed, thanks so much!
0