Activity › Forums › Salesforce® Discussions › Explain various dashboard components in Salesforce?
Tagged: ActiveX Controls, Chart, Custom S-Control, Dashboard Components, Gauge, HTML Webform, Metric, Salesforce Components, Salesforce Dashboard, Visualforce Page
-
Explain various dashboard components in Salesforce?
Posted by Piyush on August 19, 2019 at 6:51 AMExplain various dashboard components in Salesforce?
Nikita replied 6 years, 8 months ago 3 Members · 2 Replies -
2 Replies
-
Various Dashboard Components are:
1. Chart: Use a chart when you want to show data graphically.
2. Gauge: Use a gauge when you have a single value that you want to show within a range of custom values.
3. Metric: Use a metric when you have one key value to display.
Enter metric labels directly on components by clicking the empty text field next to the grand total.
Metric components placed directly above and below each other in a dashboard column are displayed together as a single component.
4. Table: Use a table to show a set of report data in column form.5. Visualforce Page: Use a Visualforce page when you want to create a custom component or show information not available in another component type.
6. Custom S-Control: Custom S-Controls can contain any type of content that you can display or run in a browser, for example, a Java applet, an ActiveX control, an Excel file, or a custom HTML Web form
- [adinserter block='9']
-
Hi Piyush,
Dashboard Components are following types
Chart: Use a chart when you want to show data graphically. You can choose from a variety.
Gauge: Use a gauge when you have a single value that you want to show within a range of custom values.
Metric: Use a metric when you have one key value to display.
Table: Use a table to show a set of report data in column form.
Visualforce Page: Use a Visualforce page when you want to create a custom component or show information not available in another component type
Custom S-Control: Custom s-controls can contain any type of content that you can display in a browser, for example, a Java applet, an Active-X control, an Excel file, or a custom HTML Web form.
For more detail, you can refer
https://help.salesforce.com/articleView?id=dashboards_component_types.htm&type=5
Log In to reply.