How to calculate unit cost on basis of conditions

@sagniksince89 ,

I have seen this type of data in orders where you are calculating costs for each order.
For an item, you have different line items and I think you should pivot your data .

Shipped_volume Shipped_cost Delivered_volume Delivered_cost
20 40 25 75

Otherwise

Regards,
Koushik

1 Like