cancel
Showing results for 
Search instead for 
Did you mean: 

Aggregates possible on multi-provider?

Former Member
0 Kudos

Hello,

Is it possible to have aggregates on multi-provider?

how do queries built on Multi-provider utilize aggregate; does it help to create aggregates on individual infocube, do they look for aggregates on individual Info-cubes?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188975
Active Contributor
0 Kudos

Hi Ashouja,

It is not possible to create aggregates based on multiproviders as MP themselves do not contain any data. Maintaining aggregates on the base cubes will definitely help. A query based on a MultiProvider is actually divided into sub-queries during execution time. The sub-query is generated for each InfoProvider associated with the MultiProvider.

Hope this helps...

Former Member
0 Kudos

Hi Ashouja,

goto transaction rsrt and run your multicube query in debug mode. Check the option for display the aggregates and it will show you wether it uses a aggregates or not and in addition what aggregates it expects and you can build your aggregates based on this information on the basis cubes.

regards

Siggi