MFA Icon

MFA for Oracle Community

Starting September 2025, Oracle Community will require Multi-Factor Authentication (MFA) for all member logins. This simple extra step helps protect your account—and the community data—by adding an additional layer of security during sign-in.

Read more about MFA

Oracle Transactional Business Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Replace

Question
21
Views
0
Comments

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.

Tagged:

Welcome!

It looks like you're new here. Sign in or register to get started.