Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

Unitofmeasureconversion table not giving real numbers

$
0
0

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:

DenominatorFactorFromUnitOfMeasureProductRoundingToUnitOfMeasuremodifiedDateTimerecVersionPartitionRecId
1156371445915637144848To nearest563714459422/11/2012 11:30156371445765637145401

as you can see the FromUnitOFMeasure and ToUnitOfMeasure is not showing the real values. 

Please any help would be greatly appreciated


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>