Hi all, i have the following code SELECT CASE WHEN [Service Header].[Document Type] = 0 THEN 'Quote' ELSE 'ORDER' END AS [Doc Type], [Service...
Hi, I have the following query in which i have one integer type field called Status. But what i want to display is some meaningful data on this...
Hi All, I wrote the following Query SELECT Item.Description,Item.[No_],POC.[Qty on Component Line] FROM [Company Name$Item] AS Item LEFT OUTER JOIN...
I wrote the following code. But i m getting error that MIN is not a recognized built in function.SELECT [Prod_ Order No_],[Location Code],[Item...
Hi All, I wrote one query as SELECT ProdOrder.No_, ProdOrder.Description, ProdOrder.Status, ProdOrder.Quantity,ProdOrder.[Location...
I have the following query SELECT Item.No_, Item.Description, Table1.Inventory, Table2.[Qty on Sales Order], Table3.[Qty on Blanket Order] FROM...
Wats wrong in this query? SELECT [Transfer Line].[Document No_], [Transfer Line].[Transfer-from Code], [Transfer Line].[Item No_], [Transfer...
Separate names with a comma.