I need a better formula- Need to pull all data for those Ship Names that have items sold whether the items have serial nos or not.
The formula I have now:
IF isnull({AR_InvoiceHistoryLotSerial.LotSerialNo}) THEN "" ELSE {AR_InvoiceHistoryLotSerial.LotSerialNo}
Can you tell me what could be incorrect?
The rest of the data is:
Ship Name, Address, City, State, Zip, Qty,Vendor No, Item No, Serial No,(serial no if there is one)and unit price
The formula I have now:
IF isnull({AR_InvoiceHistoryLotSerial.LotSerialNo}) THEN "" ELSE {AR_InvoiceHistoryLotSerial.LotSerialNo}
Can you tell me what could be incorrect?
The rest of the data is:
Ship Name, Address, City, State, Zip, Qty,Vendor No, Item No, Serial No,(serial no if there is one)and unit price