Viewing 5 posts - 1 through 5 (of 5 total)
This is exactly how I have the entire query.
SELECT item_location_view.item_id AS 'Item',
item_location_view.item_desc AS 'Description',
inv_mast.class_id1 AS 'Brand',
item_location_view.location_id AS 'Location',
item_location_view.qty_on_hand AS 'Qty on Hand',
item_location_view.qty_allocated AS 'Qty Allocated',
item_location_view.qty_on_po AS...
October 19, 2016 at 1:50 pm
I normally used to refer to numbers. is not correct?
October 19, 2016 at 12:39 pm
Hi linn,
thank you all for your help.
This is the situation in qty_on_hand does not appear the quantity that are in 0. What I need is to show all quantitys on...
October 19, 2016 at 12:17 pm
Hi,
I want to output to be online. I normally run it on an excel spreadsheet.
Thanks
April 1, 2013 at 3:08 pm
First Thanks for your reply.
I have a query and I want someone else in another country to be able to see that query so I want to put it online.
Thanks
April 1, 2013 at 2:54 pm
Viewing 5 posts - 1 through 5 (of 5 total)