ARM - upload data file from HFM
We are in the middle of the design of our ARM implementation and one of the requirements is to perform consolidation reconciliations with balances coming out of HFM.
Our profiles in ARM aremade of 2 segments: Account + Entity
My questions are:
- How do you concatenate the account and entity dimension members to map to the profile ID? We don't have an ODI full license, and we don't want to use a 3rd party tool to manipulate the file.
- One of the option could be multi-dimensions mapping, but I have read that it is not a recommended method (ie too slow). The HFM file should have around 8,000 data rows per load to be load to ~8000 profile IDs. Any benchmark on multi-dimensions mapping?