Versions Compared

Key

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

...

Qualifier nodes for which there is no data will not be shown so in a FEWS system with only data for time series with qualifiers that have a "Groep" attribute of "ANGIO", "Type" attribute of "MACFT" and a "Qualifier_TAXA" attribute present the tree configured above would look like:

Qualifier nodes that contain only 1 qualifier for which there is data will also not be shown since it is not distinguishable. 

Code Block
xml
xml
	<qualifierRootNode id="Hydrobiologie">
				...
		<qualifierNode id="Analyse code">
				...
			<qualifierId>MEA</qualifierId>
			<qualifierId>PTB</qualifierId>
			<qualifierId>SRA</qualifierId>
				...
		</qualifierNode>
		<qualifierNode id="Compartiment">
			<qualifierId>OR</qualifierId>
			<qualifierId>OW</qualifierId>
			<qualifierId>VE</qualifierId>
		</qualifierNode>
				...
	</qualifierRootNode>

For instance the qualifier nodes "Analyse code" and "Compartiment" from the configuration above will not be shown in the tree because all data just has "PTB" and "OW" (shown as "Opp. Water") as qualifiers:

Image Added

 

Change qualifier labels

When using the (right click) context menu in the qualifier tree it is possible to change the labels of the qualifiers by making a selection of the attributes.

...