cancel
Showing results for 
Search instead for 
Did you mean: 

Adding values in context?

Former Member
0 Kudos

Is there anyway to add the values in context of a field? Say you have a field we'll call ExtPrice, when I do a display context it contains two values, .50 and .59. Anyway to point this into a new field in the mapping logic as 1.09?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member214364
Active Contributor
0 Kudos

Hi,

You need to create UDF(Context) function to get required output .Do you get always 2 contexts? and what is the datatype of source and target fields?

if you provide these details we can help you more.

Cheers,

Jag

Former Member
0 Kudos

Hi Tom,

you can try the following, using standard graphical mapping functions:

ExtPrice -> RemoveContext -> Sum -> [Your destination field]

Hope it will be helpful,

Daniele