I am working on a report and have a couple of variables. vserialnums text = (listof(serial)) in orders99 where shipdate = shipdate and shipdriver = shipdriver and model in (select model from basepric where typeofunit = .vetype) order by serial
vtotalwgt integer = (sum(wgtlbs)) in tmpconwgtvw where serial in (.vserialnums) When I try to save the vtotalwgt it gives me the error “Error – Column SYS_INCREMENT must be compared to INTEGER VALUES(2042): I have never seen that error before. I try it at the R> and the variables work if I put in the serial as 164545 or ‘164545’ But it does not work if I reference the vserialnums variable. TIA Dan Goldberg

