You are on page 1of 2

Hi All, HFM Stores Currency values in below tables (SQL/Oracle..

)
1. DCE= Entity currency values 2. DCN=Parent currency values 3. DCT =Journal Adjustment values

Go to SQL-> Select your Main HFM database where your HFM application is configured->Click on Tables-> search for with your HFM Application name-> then you will find your currency tables shown as below.

Click on new query and write a query to see your data values:
select * from DBO.DEV_DCE_1_2012;

Example: I have the data in DEV Application for Entity Currency (DCE), January month (1), Year (2012) See the Results below HFM stores the values in 12 dimensions combination. So thats why it shows for 12times. Which are highlighted in Red Color.....

Thank you Dev

You might also like