User Tools

Site Tools


Writing /app/www/public/data/meta/onboarding/reportingmanager/creation_of_a_column_report.meta failed
onboarding:reportingmanager:creation_of_a_column_report

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
onboarding:reportingmanager:creation_of_a_column_report [2016/08/12 12:19] scottyonboarding:reportingmanager:creation_of_a_column_report [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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.
 +
 +{{:onboarding:reportingmanager:columncode.png|}}
 +
 +Take the report to your Report Builder project.
 +
 +Running this example should return something similar to 
 +
 +{{:onboarding:reportingmanager:columnexample.png|}}
 +
 +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