0% found this document useful (0 votes)
923 views

How To See HFM Currency Tables in SQL

This document discusses how currency values are stored in HFM tables and provides instructions for viewing the data. It states that currency values are stored in DCE, DCN, and DCT tables for entity, parent, and journal adjustment currencies respectively. It instructs the user to search for these tables in their main HFM database, then run a sample query to view the entity currency data for January 2012, which will be repeated for each of the 12 dimensions.

Uploaded by

Deva Raj
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
923 views

How To See HFM Currency Tables in SQL

This document discusses how currency values are stored in HFM tables and provides instructions for viewing the data. It states that currency values are stored in DCE, DCN, and DCT tables for entity, parent, and journal adjustment currencies respectively. It instructs the user to search for these tables in their main HFM database, then run a sample query to view the entity currency data for January 2012, which will be repeated for each of the 12 dimensions.

Uploaded by

Deva Raj
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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