cancel
Showing results for 
Search instead for 
Did you mean: 

For Symmetric Refresh for Large Assymetric Axis auto

former_member229754
Participant
0 Kudos

Dear All,

Normally the option:

"Force Symmetric Refresh for Large Asymmetric Axis" is not checked in the EPM - User Options. I need to "force it"

Is there any place that I can make it automatic, like update in BW backend a parameter or any kind of VB?

Cheers

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

In VBA you have: SetUserOption with option name ForceSymetricQueryWhenNecessary

You can also play with configuration file on user PC:

EPMXLClientPreference.XML

Located in C:\Users\UserName\AppData\Local\EPMOfficeClient

...

<ForceSymetricQueryWhenNecessary>true</ForceSymetricQueryWhenNecessary>

...

Answers (0)