Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Replace
Julia Kiszelewska1234
Rank 1 - Community Starter
I am using the measure specified below to replace '-' for '/' in string.
CASE WHEN "Input Value"."Input Unit of Measure"='D' THEN REPLACE(CAST("Element Entry Value"."Displayed Input Value Meaning" AS VARCHAR(200)), '-', '/') ELSE "Element Entry Value"."Displayed Input Value Meaning" END
It's not causing an error but not working either.
Any pointers would be much appreciated.
Thanks in advance.
0