User Tools
Writing /app/www/public/data/meta/onboarding/reportingmanager/creation_of_a_map_report.meta failed
onboarding:reportingmanager:creation_of_a_map_report
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| onboarding:reportingmanager:creation_of_a_map_report [2016/08/15 14:57] – created scotty | onboarding:reportingmanager:creation_of_a_map_report [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Creation of a map report ====== | ||
| + | |||
| + | Author: Colm Carew | ||
| + | |||
| + | Map reports do not work in the local Report Builder so I suggest generating all SQL and numeric results you require in a table report first then adding the code to the report in the Reporting Manager. | ||
| + | |||
| + | In order to create a map report create a new report in the Reporting Manager and click Map as the type. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Running this report will generate something similar to : | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | The key to this report is the add method of the MapResult Class. This add method accepts a MapRecord Object. A MapRecord Object contains a name, description, | ||
| + | |||
| + | ===== Self Assessment ===== | ||
| + | |||
| + | |||
| + | Generate a report that plots the location of all controllers on a map | ||