Versions Compared

Key

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

...

Since 2022.01 also the custom flag sources are available as statistics.

Code Block
languagexml
titleCustomFlagSources
<?xml version="1.0" encoding="UTF-8"?>
<customFlagSources xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/customFlagSources.xsd">
	<customFlagSource id="BAN" flag="100" name="Buiten bandbreedte"/>
	<customFlagSource id="128" flag="128" name="Custom128"/>
</customFlagSources>	

It must be taken in mind that only the custom flag sources used as the "normal" flag source of time series are taken into account. This means that the optional and configurable FlagSourceColumns are not taken into account. 

Filtering

Since 2023.02 (backported to 2022.02). Rows can be filtered based on their respective percentage or value. Checking the corresponding check boxes will apply the filters to all rows of the associated type, percentage or value. Toggle whether a value range is inclusive or exclusive can be done with the outside checkbox.

...