Versions Compared

Key

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

...

Filtering also works by double clicking on a cell in the sample table. Just as filtering from the filter window this can be applied to multiple cells as illustrated in the next image where the sample table is filtered for location "MBP016" and medewerker "IMP"

 

 Edit Edit samples (since 2020.02)

Since 2020.02 it is possible to edit sample values directly from the sample viewer. To enable this the sampleViewer needs it own configuration file with <enableEditor>true</enableEditor>. It is also possible to out a permission on the editing

...

And also extra right mouse menu option to edit either the value of the time series or edit the value of a valueProperty:

...

Season and time filtering

Since 2021.01 it is also possible to filter samples on time and define a list of seasons for filtering of samples within a specific period within years.

Code Block
languagexml
titleSample Display Config
<sampleDisplay 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/sampleDisplay.xsd">
	<enableEditor>true</enableEditor>
	<permissions>
		<editorPermission>beheerders</editorPermission>
	</permissions>
	<season startMonthDay="--04-01" endMonthDay="--09-30" label="Groeiseizoen"/>
	<season startMonthDay="--09-30" endMonthDay="--04-01" label="Off season"/>
</sampleDisplay>

A dropwon on top of the sample panel will appear for this.