cancel
Showing results for 
Search instead for 
Did you mean: 

Defaulting display of ID/Description in Excel EPM Add In

Former Member
0 Kudos

Looking for method to have preference of displaying ID/Description in member selector persist after exiting Excel.

Accepted Solutions (1)

Accepted Solutions (1)

former_member210696
Active Contributor
0 Kudos

Not the most effective way to do it but on EPM Context Pane, if you select the desired display method for a given dimension, it persists even after exiting excel. So, if you want to set it for say ID only for all dimensions, then for every dimension on context pane, choose ID only once and it will stay.

Obviously, if there are multiple environments/models in question, this method fails miserably. But I don't believe there is any defined EPM option to set it all across (not sure though).

Former Member
0 Kudos

Thanks, after trying this I found that it results in this entry on the EPMXLClientPreference.xml file:

<DisplayProperty>1565febf-56d4-42f9-85ee-0ae24db747b3</DisplayProperty>

That setting is the one Vadim indirectly mentioned below in his linked response (but that linked response doesn't make it clear that this is what the setting above controls).

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Why not to search?

Please read my answer here:

https://archive.sap.com/discussions/thread/3881480

Former Member
0 Kudos

The link within the response mentions how to centrally deploy connections. That's not my question.

You also mention a EPM Client Preference setting of:

<DisplayProperty>1565febf-56d4-42f9-85ee-0ae24db747b3</DisplayProperty>

But you offer no context beyond that, such as, specifically what that ID value represents.

former_member186338
Active Contributor
0 Kudos

Please read full discussion mentioned in my link - I explained all possible values

Reply number 4 🙂

Former Member
0 Kudos

After trial and error I have validated that the setting:

<DisplayProperty>1565febf-56d4-42f9-85ee-0ae24db747b3</DisplayProperty>

Sets the preferred display option of a given dimension (within the specific environment and model) to be ID/Description.

Thanks for the nudge in the right direction.

Former Member
0 Kudos

That it does, I had to click the "read full thread" button to get that part to show up.

Pasting the 3 options below for others:

<DisplayProperty>1565febf-56d4-42f9-85ee-0ae24db747b3</DisplayProperty> - ID - Description

<DisplayProperty>ae9b9949-dbb3-4518-bf7a-a6d3b93522fd</DisplayProperty> - Description

<DisplayProperty>47932f46-b7b1-4207-b693-d9f7a18aaaed</DisplayProperty> - ID

former_member186338
Active Contributor
0 Kudos

No idea what do you mean by "I had to click the "read full thread" button"...

You can open this xml file using VBA and replace one string to another. This is the only way to manage this setting using some code. You can set defaults on this workbook open event (or better in EPM AFTER_WORKBOOK_OPEN event function).