Versions Compared

Key

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

...

  • id: identifier to the template tag (in this case: $TABLE(table1)$);
  • formatId: reference to the format of this table (to one of the htmlTableFormats in the declarations section);
  • timeSeries: reference to an inputVariable (declared in the report or in the declarations section).
  • cellFormat: addition to tableStyleX class for adding specific styles to the content of the cell;

...

  • id: identifier to the template tag (in this case: $TABLE(table1)$);
  • formatId: reference to the format of this table (to one of the thresholdsCrossingsTable in the declarations section);
  • mergeLocations: boolean indicator. True means: treat all locations of mentioned timeseries together for combined assessment. False means: extract individual timeseries so that every row indicates one location (timeseries);
  • Choice between
    o table; --> this can be used to display a table 'in' another one.
    o tableRow
  • formatId: reference to the thresholdsCrossingsTable format;
  • id: identifier (mainly for own use/comment);
  • timeSeries:
  • mapId: reference to a valueAttributeMap;
  • Text: reference to an inputVariable (declared in the report or in the declarations section).

Since this type of table is a table in which you can aggregate data (which means combine timeseries) the following option is available: mergeLocations.

...

  • formatId: reference to the format of this table (to one of the maximumStatusTables in the declarations section);
  • id: identifier (used for comments only)
  • mergeLocations: boolean indicator. True means: treat all locations of mentioned timeseries together for combined assessment. False means: extract individual timeseries so that every row indicates one location (timeseries);
  • tableRow: (1 or more)
    o formatId: reference to the thresholdsCrossingsTable format;
    o id: identifier (mainly for own use/comment);
    o timeSeries: (1 or more)
  • mapId: reference to a valueAttributeMap;
  • Text: reference to an inputVariable (declared in the report or in the declarations section).
Detailed Explanation: Two tables into one

...