Hello experts,
your urgent help please. when I show the record for the table unitofmeasureconversion table I don't get real values. for example: when I run a report the query:
SELECT TOP 1000 [InventTable].ITEMID
,[FROMUNITOFMEASURE]
,[TOUNITOFMEASURE]
,inventTable.[PRODUCT]
,[FACTOR]
,[NUMERATOR]
,[DENOMINATOR]
,[INNEROFFSET]
,[OUTEROFFSET]
,[ROUNDING]
,[UNITOFMEASURECONVERSION].[RECID]
FROM [DBNAME].[dbo].[UNITOFMEASURECONVERSION], [DBNAME].[dbo].[InventTable]
WHERE [DBNAME].[dbo].[UNITOFMEASURECONVERSION].PRODUCT = [DBNAME].[dbo].InventTable.PRODUCT
it gives me results as follow:
Denominator | Factor | FromUnitOfMeasure | Product | Rounding | ToUnitOfMeasure | modifiedDateTime | recVersion | Partition | RecId |
1 | 1 | 5637144591 | 5637144848 | To nearest | 5637144594 | 22/11/2012 11:30 | 1 | 5637144576 | 5637145401 |
as you can see the FromUnitOFMeasure and ToUnitOfMeasure is not showing the real values.
Please any help would be greatly appreciated