Adding Charts to a Report
  • 28 Jul 2022
  • 1 Minute to read
  • Dark
    Light

Adding Charts to a Report

  • Dark
    Light

Article Summary

Overview

Charts represent Report results in a graphical form. To create a Chart from a Report, a column in the Report must have its results grouped. To add a Chart to a Report, select the column to be charted, and in its Action menu, select Group.  The charts of the Components Panel will expand to display a component for each type of chart usable for that specific column. To add a Chart of the selected column’s results, drag a Chart component into the workspace.

This example covers one of the advanced features available for a Report. Please visit the Create a Report article for more information on how to create a Report.

Example

The goal of this example is to create a Report, group the Report results by a column, add a Chart to the Report, and run the Report to view the Chart.

  1. Select the abacus beside the Auto Preview boolean. Group the data by Company.
  2. Next, navigate to Views and click Add. Select Pie.
  3. In the Add Pies Chart window, leave the CHART DATA > Series 1 as Count(company).
  4. Next, in the CHART SETTINGS > Title field, add Invoices (Pie). Enable the Show Title boolean.
  5. In the Chart, Labels drop-down, select Name, and Value.
  6. Next, enable the Show Tooltips boolean. For Tooltip Type, select a value from the drop-down.
    Name and Value This setting will display the name and value of the corresponding data when the user hovers over a Chart component
    NameThis setting will display the name of the corresponding data when the user hovers over a Chart component
    ValueThis setting will display the value of the corresponding data when the user hovers over a Chart component
    When the boolean is disabled, only the Number and the color of the data will be displayed.

  7. Then, navigate to the Sorting drop-down and select a value from the drop-down list.
    NoneThe chart does no additional sorting of original results from the Data Source
    Value AscendingEntries will go by value, smallest to largest
    Value DescendingEntries will go by value from largest to smallest
    Label AscendingEntries will go by label, alphabetically ascending
    Label DescendingEntries will go by label, alphabetically descending

  8. Locate the Take First Count field and input a value greater than 0; this will enable the Chart to only show that a specified number of entries.
  9. Select Run Report from the top action panel; this will automatically save the Report.
  10. In the Report Viewer, navigate to the Pie Chart view. 

Was this article helpful?