I have a table, on which I need to review each row item into different columns.
For example, I have first value row and I have to look for if the “ship to”, “company part number” and “UOM” matches with my conversion table. If so, it will divide the value of the quantity (Qty/Quantity from) and multiply it times Conversion factor.
In example, will be 176/88*220. And also change UOM for the value of Unit to enter.
I have this table:
And I want to convert it to next table per each row. This should be the result
Looking up in the following conversion table
How can I do all those operation? I’m a little bit new with advanced options like this