User Tools
onboarding:reportingmanager:creation_of_a_column_report
Creation of a column report
Author: Colm Carew
This assumes you have already created basic reports and line reports and know how to take reports from the Reporting Manager into the Report Builder project
Go into an instance of the Reporting Manager and click new report. Select Column as the Type.
Take the report to your Report Builder project.
Running this example should return something similar to
The key to this report is the chart.addData method. For example chart.addData(“paul”,10) will add paul on the x-axis with a value of 10 on the y-axis
Self Assessment
Generate a report that takes in a date range and displays in a column report, the number of tickets created per market/visibility for that date range, i.e. market on the x-axis and ticket count on y-axis
onboarding/reportingmanager/creation_of_a_column_report.txt · Last modified: 2021/06/25 10:09 by 127.0.0.1

