A Salesforce Administrator is designing a complex executive dashboard in Lightning Experience to monitor sales performance across multiple territories. The leadership team requests the ability to dynamically filter the dashboard by four independent fields: Opportunity Stage, Close Date Quarter, Account Industry, and Lead Source. Additionally, they want a component displaying a stacked bar chart to show total opportunity amount grouped simultaneously by Account Industry and Opportunity Stage. Which combination of constraints and requirements must the administrator consider when building this dashboard?
- Salesforce allows a maximum of 3 dynamic dashboard filters per dashboard, so all four requested filter fields cannot be added simultaneously; additionally, the source report for the stacked bar chart component must contain at least two levels of grouping.Cevap
- BDashboards support up to 5 dynamic filters per dashboard, allowing all four filter fields to be added, and applying a filter automatically grants users viewing access to underlying records outside their Organization-Wide Defaults.
- CUp to 3 dynamic filters can be configured, but dashboard filter logic automatically overrides summary report formulas by evaluating calculations at the individual record row level.
- DA dashboard supports up to 3 dynamic filters, but any filter applied to an Opportunity field requires that validation rules on the Opportunity object handle null values prior to component rendering.
Cevap
Salesforce Lightning dashboards support a maximum of 3 dynamic dashboard filters per dashboard, preventing all four requested fields from being added at once. To display a stacked bar chart component, the underlying source report must contain at least two groupings (e.g., grouped by row and column).
The option stating that Salesforce allows a maximum of 3 dynamic dashboard filters and requires at least two groupings on the source report for stacked bar charts is correct. Lightning dashboards enforce a limit of 3 filters per dashboard. A stacked bar chart requires a primary grouping (x-axis) and a secondary grouping (stack criteria), which must be established in the underlying source report.
Adım Adım Çözüm
Anahtar Kavram
Dashboard filter limits (maximum 3 per dashboard) and source report grouping requirements for complex chart components.