cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Expressions:Replace Action

Former Member
0 Kudos

Hi,

Since MDM Expression builder doesnot provide any direct replace function,

I attempted to write one by using a combination of LEFT and RIGHT functions and

concatenating the results using "&"(concatenate) operator.

However this didnot work. Surprisingly the "&" operator works when used to concatenate two hardcoded strings or one harcoded string and another expression.

Unfortunately, it fails in case we have to concatenate the results of two expressions.

Please provide your inputs in case there is a solution to this problem with

problem with MDM 5.5 SP4.

Regards,

Jeron

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try using Assignments in MDM.

Suppose you have 3 fields.

Field 1, Field 2, and Field 3.

You can write an Assignment for Field 3 = Field 1 + Field 2