on ‎2020 Nov 04 10:52 AM
Hello Experts
There is a team of users who update the dimension members (Masterdata) in BPC admin consol and they need a report, and this report should display the missing dimension properties of the Product dimension. The product dimension is having more than 75000 rows and 28 columns (Dimension properties) so we dont need all the rows in the report but only the missing values of the dimension properties.Can someone help me ?
Thanks
Sncy
Request clarification before answering.
Hi sumeth.radhakrishnan,
Not sure if you really need a sperate report for that. I guess your users just need to find out empty properties and make sure that they are correctly maintained. In the master data maintenance screen in web admin, user can different use filter or sorting capability on column header of each property to find out emtpy property rows.
Best regards, William
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Is there a way we can create a report itself so it be of help to them."
For sure, it's possible to create a report with 28 local members (for each property) but for 75000 lines it will be extremely slow!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sumeth.radhakrishnan
Sorry, but EPMdimensionpropertyvalues is completely useless for your requirements! It will simply provide the list of values possible for some property - not related to ID.
You have to create local members like:
=EPMMemberProperty("CONNECTION_NAME", EPMDIM_CURRENT_MEMBER(DIM_NAME), "PROPERTY_NAME1")
and use it in report showing all members.
Thanks a lot Vadim for the reply ! , but unfortunately the users have a very restricted profile and does not have the export privilege. Is there a way we can create a report itself so it be of help to them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using DM package (MD Export to file) export all members into tab separated text file.
Open this file in Excel (75000 rows is ok) and apply Excel autofilter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 7 | |
| 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.