on 2017 Jun 22 1:08 PM
Hi Experts,
Is there any possibilities to obtain hierarchy from dimension member property and update as H2 hierarchy in the same dimension?, if yes then how.
Version: BPC 10.1 NW SP10.
Thanks in advance
Request clarification before answering.
Hi Vadim,
Thank you, it works fine.
We are concatenating two properties then update as H2 hierarchy which is working fine but we want to insert "_" between two properties then update as H2.
Example
Property 1: ABC
Property 2: XYZ
Now H2 = ABC_XYZ
Mapping in transformation file > PARENTTH2=Property 1+*Str(_)+Property 2
But we are getting below error
Member ABC_XYZ of dimension TEST has an invalid hierarchy parent '_'
I have maintained a member a ABC_XYZ to recognize H2 as a member
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sample - you have property H2PARENT containing parent members for PARENTH2 hierarchy.
You export to text file ID and H2PARENT
Then you import the same file with transformation:
PARENTH2=H2PARENT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
Thanks for the reply, we want to automate (daily) the process.
I have found below link on Start routine and End routine, I will check with our technical team and update.
Meanwhile, please let me know, if you have any other option.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Export to text file and import this file with correct transformation file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.