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

Performance of report /input form

former_member244687
Participant
0 Likes
342

Hi Experts,

I have a few reports in EPM .10.0 environment , we are SP24. I would like to know if there are any general activities which needs to be done (which are not dependent on the report configuration) to improve the performance ? Is it wise to delete the cache every time we execute the report ?

thanks

Raj

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

"I would like to know if there are any general activities which needs to be done (which are not dependent on the report configuration) to improve the performance ?" - no, performance improvement is report specific!

In general - use HANA to speed up your reports 🙂

"Is it wise to delete the cache every time we execute the report ?" - useless!

Answers (1)

Answers (1)

damovand
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello,

If you have default logic, it will be executed every time you send values through an input form. In such a case, you can gain better performance by making removing or simplifying the default logic. Furthermore, doing BPC lite optimization with compression option can help since you will reduce the number of records in the fact tables.

Best Regards,

Leila Lappin

former_member186338
Active Contributor
0 Likes

Sorry, but how default logic is related to report performance????????????????????????????????

former_member186338
Active Contributor
0 Likes

P.S. Sorry, you are talking about input forms mentioned in the question title...

Anyway, there is no magic solution to improve performance of reports/input forms...

For input form it can be:

default.lgf

write back badi

validation badi

damovand
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Vadim,

From experience we know many BPC developers use the same form for sending data as well as reporting. We almost never get an issue that is purely with report or purely with sending data. In my reply I did mention that the default logic is executed when sending data through an input form.

Best Regards,

Leila Lappin

former_member186338
Active Contributor

"BPC developers use the same form for sending data as well as reporting"

From my practice reports and input forms are absolutely different 🙂

Input forms are optimized for data entry, providing information required for correct input of figures and with Excel formulas to calculate totals immediately (before saving data to BPC server).

Reports are retrieving all data from server with minimum Excel formulas.

damovand
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Vadim,

I agree with you 100%, but many users want to see their updated data immediately as they use the updated data for further calculations on the same report.

Best Regards,

Leila Lappin