1. Workday Community Documentation; Report Writer Reference Guide: The guide emphasizes performance best practices
stating that data source prompts are the most efficient filtering mechanism. It explains that prompts are applied at the data retrieval stage
minimizing the data set that the report's processing engine needs to handle. (Reference: Report Writer Guide
Section: "Optimizing Report Performance"
Subsection: "Use Prompts Instead of Filters").
2. Workday Community Documentation; Reporting Performance and Optimization: This documentation details the order of operations in report execution. It clarifies that data source prompts are resolved first
followed by top-level filters
and then subfilters. To address a high "Top Level Filter Time
" the recommendation is to shift the filtering logic "up" in the execution order
which means moving from a filter to a prompt. (Reference: Reporting Performance and Optimization
Section: "Understanding the Report Performance Log").