User Tools

Site 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.

Link to this comparison view

Both sides previous revisionPrevious revision
onboarding:reportingmanager:creation_of_a_map_report [2017/02/17 12:45] – [Assessment] edillononboarding: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.
 +
 +{{:onboarding:reportingmanager:mspreportcode.png|}}
 +
 +Running this report will generate something similar to :
 +
 +{{:onboarding:reportingmanager:mapreport.png|}}
 +
 +
 +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, Latitude and Longitude. In order for this report to function correctly the lat and lngs must be valid.
 +
 +===== Self Assessment =====
 +
 +
 +Generate a report that plots the location of all controllers on a map