on 2016 Dec 21 8:40 PM
Hello,
We have a dimension in one of our models that consist of our complete client list. This list is populated from BW. However, it was originally loaded from our old version of BPC (MS 7.5). This dimension has approximately 30,000 members of which 5,000 - 10,000 have no data signed data and can be deleted. That being said, we are having a very hard time identifying those members and deleting them. This large dimension is effecting performance with our logic scripts and we are hoping to improve our user experience. Does anyone know of way to purge unused dimension members from these large dimensions? Any feed back would be appreciated.
Thank you.
Benjamin Gober
Request clarification before answering.
1. Eliminate zero records to ensure that there are no records for unused members (Light optimize with zero elimination etc...)
2. Create a property in this dimension like DELETE
3. Create a report to get a list of empty members
4. Based on this report create an import file to update property DELETE with Y for empty members.
5. Update property by import from file
6. In dimension administration sort by this property
7. Delete records with Y (select sorted lines)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also you need to have such property/flag in BW infoobject too... So that the next time load happens all those deleted Id's are not loaded again.
JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.