on ‎2014 Jul 03 10:44 AM
Hi,
We are trying to save the data through input schedule but we are getting below error message.
We are trying to enter data for cost center 270000 which is base member of QA_OPSUPP but not on the parent. Please find below the Hierarchy.
It is fine with all the remaining cost centers. Please let me know what's wrong with the load.
Thanks,
Suman
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Suman,
Your dimension members QA_OPSUPP and 27000 have same description i.e. 'Operations Support'. Now, your EPMOlapMemberO formula says -
EPMOlapMemberO(EPMMemberDesc(F8), blah blah ) wherein your F8 is 27000. So, it picks its description which is Operations Support. Now, when system tries to find the corresponding ID for this description, it hits QA_OPSUPP first and so EPMOlapMemberO identifies QA_OPSUPP and not 27000.
Can you give it a try with below formula -
EPMOlapMemberO(F8, blah blah) - Instead of using EPMMemberDesc, just use F8 (the exact member).
Hope it helps!!
Regards,
Ashish
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.