cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to change the order in which multiple reports refresh on a worksheet

Former Member
0 Kudos
272

Is there a way to change the order that multiple reports will refresh is on the same worksheet?   For example, I have a report that returns the CostObject of the context.  Second report uses that CostObject in an epmdimensionoverride.  If the order in which the reports refresh can be controlled, the sequence will work.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Thank you for the response.   We really don't want to us macros as they may cause problems for users on difference versions of Excel.  Also, want don't want to use EPM formulas since they update AFTER the report refreshes.

gajendra_moond
Contributor
0 Kudos

Hi Mike

The reports will refresh in the same order in which you have created. Let us say you have 3 reports in the same worksheet. In the report editor:

Report 1 will be named as "Default Report"

Report 2 will be named as "Report 001"

Report 3 will be named as "Report 002"

If you create your reports in this order, they will refresh in the same order. Default then 001 and then 002.

Former Member
0 Kudos


Hi Mike,

Try using macro with EPM.RefreshActiveReport.

Thanks

Regards,

Prashant