Skip to main content

Presenter Structured filters

In Incentives, you can optimize the loading times of Presenter Reports by implementing efficient filtering mechanisms. This involves careful design of dropdown sources and the use of calculation optimization techniques.

Recommendations

  • Filter design

    When loading a presenter report, several filtered dropdowns are typically required. It is critical to design these dropdown sources by following the calculation optimization logic in Introducing calculation best practices. This helps in significantly lowering the page load times.

  • Reducing dropdown options

    Another effective strategy for reducing report load times is to minimize the volume of options available in the dropdown. This goal can be achieved in two ways:

    1. Increasing the number of filters: By expanding the number of filters, you can narrow down the list of selectable options, making the dropdown more efficient.

    2. Restricting the source data: Limit the dropdown sources to only the data that will be used. This restriction helps in further reducing the dataset that needs to be processed, thereby accelerating the load times.