Skip to Content
0
Former Member
May 06, 2008 at 04:46 PM

Weight Formatted Search on Invoice

81 Views

Hi all,

I need to have the weight of the items on the Invoice screen. The problem is that I have a formatted search on Quantity field and with this, the Weight of the Items do not appear. When I delete the Quantity formatted search, then the Weight appears automatically.

The FS on the quantity field is: SELECT 0

The FS on the Weight field is: SELECT ISNULL(T0.[T0.SWEIGHT1],0) FROM OITM T0 WHERE T0.ITEMCODE = $[$38.1.STRING]

Is it possible to have the FS on the quantity field and at the same time having weight appearing automatically?

Thanks,

Pedro Santos