VI job addDays to add business days

SUGGESTED

Hello,

I've used VI jobs for various import and export jobs to import things from sales order info to bill structure. I dont use a lot of conditional based columns.

What im trying to do is have the ShipExpireDate be 5 business days added to the order date. The calculated column below gets me the adding 5 days to the order date going to the ShipExpireDate column

_OBJ'addDays$({SO_SalesOrderHeader.OrderDate$},5)

Looking around online I dont see the option to do a IF statement in the calculation. My next through would be using the conditional section to have multiple calculated fields for each of the days of the week where the days would need to be off set for the weekend.

Thanks,

Tim

Parents Reply Children