Creating a VI job to import SO invoices. Data has qty and extension but no unit price. We need vi to calculate the unit price.
However when we do this we get an error 40 (divide by zero). In Crystal I would always preface formula with if x <> 0 then y/x. Can't seem to get it right for VI