Hello,
Running into an error here I'm not quite figuring out and can't find anything on this subject. In my table of products, in particular, I have a column for it's product code, vendor cost, product option lookup cells (which just reference another selected product and it's vendor cost), and a total cost column. In the total cost column I have an expression for example of =([vendcost] + [prodopt1] + [prodopt2]).
The problem is, I can't get it to use the cost of the selected product option cells, but rather it always defaults to use the ID number in the math. I've moved the columns around so the cost column was the far left in the lookup cells, but that doesn't work. Ideally the value shown would be the product code, but it's cost would be used for the math. So now that I'm writing this I'm thinking if that could be written into the expression that would correct the error? Or am I tackling this the wrong way?
Regards,
Alex