HFM Custom Table Query
We are upgrading from version 9.3.1 to version 11.1.2.2
One change we notice on the HFM database is that the _CUSTOM*_ITEM table (4 custom table) is now become
one _CUSTOM_ITEM table.
We have existing query to extract journal data from _DCE_ table and linked to the _CUSTOM1_ITEM and _CUSTOM2_ITEM
to get the label of the custom dimension member.
After migrated to version 11, there is no more data under lCustom2 field of _DCE_ table and data is stored
in ICustom1 only. The question is when we run a query from _DCE_ table, how can we get the
label of the custom dimension in version 11?