====== 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