cancel
Showing results for 
Search instead for 
Did you mean: 

Value Mapping table - Duplicate VALUE

Former Member
0 Kudos

Hello,

I am new to PI.

Can I enter records in Value Mapping table as below:

ABC----


>Hardware

XYZ----


>Hardware

PQR----


>Hardware

I am not able to enter the value "Hardware" after the first record. This gets removed.

Thanks,

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

afaik, answer is no. Faced d same problem, never made progress!

Hopefully somone can prove me wrong

Regards

Bhavesh

Former Member
0 Kudos

I guess there is an indirect way to do it...

Enter the record in VM table as below:

ABC----


>ABCHardware

XYZ----


>XYZHardware

Do string manipulation (replaceString) and replace 'ABC' with "nothing".

Thanks,

Paul

Former Member
0 Kudos

Can't you use FixValues here?

That works fine with duplicate values

Aamir