User 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.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| onboarding:reportingmanager:creation_of_a_column_report [2016/09/06 16:15] – 1carew1 | onboarding: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. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | 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 | ||
| + | |||
| + | ===== Self Assessment ===== | ||
| + | |||
| + | Generate a report that takes in a date range and displays in a column report, the number of tickets created per market/ | ||