I am trying to do an applymap in a portion of my field.
for eg, I have a field called Report_Vendor_Prodid which has value 7|ABC|123 ,
I would like to swap the prodid with product category. let say the above prodid belongs to product category 1 then my result would like some thing below
7|ABC|1
could you kindly let me know your feedback.,thank you!