This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Visualise Simple Measure
Alin Stefanescu edited this page Aug 4, 2017
·
4 revisions
The Measure Platform provides a simple and direct way to create a visualisation related to an instantiated measure. In the current version of the platform we have the capability to create visualisations for measures which return a simple data type. This aspect will be improved in the future version of the platform.
A simple visualisation can be created if and only if :
- The Measure Data Type extends the IntegerMeasurement data type.
- The Measure Data type contains two attribute :
- The value attribute (numeric) which corresponds to the data to visualise.
- the postDate attribute which corresponds to the Date of the measurement.
A visualisation can be added :
- on Project Overview Viginet
- on Project Main Page
- on Phase Overview Vignette
- on Dashboard tab
- Edit the layout of the page which you want to update
- Click on the Visualisation placeholder.
- Configure the new Visualisation
[1] : In Mode Standard
[2] : Select the Measure Instance to visualise
[3] : Select the Type of graphic
[4] : Select the displayed perode of time
[5] : Select the size of the visualisation
[6] : Indicate if this graphic will be automatically refreshed
[7] : Add a name and /or a description for this visualisation
User Documentation
- Users & Access Right
- Measure Management
- Deploy a Measure
- Deploy a Client Side Measure (Agent)
- Instantiate and Execute a Measure
- Measure Visualisation
- Create a Project
- Manage Project Phases
- Measure Monitoring
- Notification System
- Analysis Tools
Developers Documentation