Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The overlayFormat is used for positioning location and/or warning icons on the map based on:
  • The map itself (defined in mapFormat);
  • X and Y coordinates of the required locations from the Locations.xml;
  • Note that in case of numbers bigger than 999, it can be that the output may contain unwanted commas, e.g. width 1274 is printed in the reports as 1,274. In order to avoid this, it is recommended to use
    Code Block
     {<position>, number, #} 
    instead of
    Code Block
     {<position>, number} 
    .

Position

Type

Variable

0

number

Absolute x position of status icon.

1

number

Absolute y position of status icon.

2

string

Image filename.

3

string

Status description.

4

string

Location name.

5 (optional)

string

Html-link for opening a individual html page (forecastlocation.html)

...

mapFormat

No Format
&lt;div style="TOP:{1, number, #}px; 
LEFT:{0, number, #}px;
position:absolute;Z-index:0"&gt;
&lt;img border="0" src="{4}" 
width="{2,number,#}" height="{3, number, #}" 
usemap="{5}"&gt;
&lt;/div&gt;

...

  • id: identifier to the template tag ($TABLE(scheduledWorkflowTable)$);
  • formatId: reference to the format of this type of systemStatus table in the declarations section);
  • forecastHistoryQuery
    • nrOfForecasts: integer value referring to the number of most recent forecast to include in this table;
    • statusField: textual reference to the field in the TaskRuns table of the database
    • extraOutputFields: textual references to required fields
      • dispatchTime
      • completionTime
      • T0
      • workflowId
      • whatIfId
      • description
      • fdoName
      • mcId
      • fssId

AnimatedGIF

An animated GIF is an animation of a grid timeserie in a GIF image format. The advantage of this format is that it can easily be added to HTML pages, without the need to embed extra controls (like with AVI).

Reportsection Image Added

The following elements need to be defined:

  • id
  • name (optional, at this moment it is not possible to define the filename)
  • timeSeriesSet: Definition of the timeserieset to be animated
  • movieFrameDurationMillis: defines the speed of the animation
  • barLegend: from 2012.02 it is possible to display a bar legend in the animation
  • classBreaks: see Grid Display
  • geomap: see Grid Display
  • width: the width of the image in pixels
  • height: the height of the image in pixels

To export a report see the reportExport module instance