Skip to main content
Answer

How to significantly speed up the performance of Reports ?

  • April 26, 2024
  • 1 reply
  • 90 views

Forum|alt.badge.img

Any suggstions ?

Best answer by BenjaminCrisman

@skumar98 Are these custom reports or stock reports?

Typically the best options are to reduce the size of the data set or run the report during off hours if possible.

Additionally, if there are lots of joins you could try to combine some of them into a custom field or SQL view and then use this instead of some of the tables, though this can’t always work.

Make sure all joins are correct and data links are as accurate and efficient as possible to reduce extra and if there are subreports, make sure these are also running as efficiently as possible

1 reply

BenjaminCrisman
Acumatica Employee
Forum|alt.badge.img+4
  • Acumatica Support Team
  • Answer
  • April 26, 2024

@skumar98 Are these custom reports or stock reports?

Typically the best options are to reduce the size of the data set or run the report during off hours if possible.

Additionally, if there are lots of joins you could try to combine some of them into a custom field or SQL view and then use this instead of some of the tables, though this can’t always work.

Make sure all joins are correct and data links are as accurate and efficient as possible to reduce extra and if there are subreports, make sure these are also running as efficiently as possible