A Salesforce Administrator at a renewable energy firm is troubleshooting a Sales Operations Lightning Dashboard designed for regional executives. The dashboard features an interactive filter for "Sales Territory" and a stacked bar chart intended to show opportunity volume by stage across regions. During testing, the administrator notices that the stacked bar chart component displays an error and fails to render, while selecting a territory value in the dashboard filter has no effect on two metric components. Which two underlying configuration issues explain these component and filter failures? (Select 2)
- The source report powering the stacked bar chart is formatted as a tabular report without any row or column groupings.Cevap
- The custom field used for the Sales Territory filter is missing from the report types of the two source reports powering the metric components.Cevap
- CThe administrator exceeded the system limit of five dashboard filters per Lightning dashboard when adding the Sales Territory filter.
- DThe end users viewing the dashboard lack the Modify All Data administrative permission needed to apply interactive dashboard filters.
Cevap
The failures are caused by the source report for the stacked bar chart being a tabular report lacking required groupings, and the Sales Territory filter field being missing from the report types of the source reports powering the unaffected metric components.
The failure of the stacked bar chart is caused by its underlying source report being formatted as a tabular report without groupings; stacked bar charts require a summary or matrix report with at least two groupings. The failure of the dashboard filter to update specific metric components occurs because the field used in the filter is not present in the underlying report types for those reports, preventing the administrator from establishing valid field mapping.
Adım Adım Çözüm
Anahtar Kavram
Dashboard Component Grouping Requirements and Dashboard Filter Field Mapping