Versions Compared

Key

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

...

By selecting filter "Qualifiers" the qualifier panel will be filled with the qualifiers matching the constraint (they must also be avilable within the data viewer selection and within the data present at system time)

The title of the qualifier panel can be configured in Explorer.xml by <qualifierPanelHeader> (from 2015.02):

Code Block
xml
xml
	<panelHeaderLabels>
		<filterPanelHeader>Filters</filterPanelHeader>
		<locationPanelHeader>Locations</locationPanelHeader>
		<parameterPanelHeader>Parameters</parameterPanelHeader>
		<qualifierPanelHeader>Qualifiers</qualifierPanelHeader>
		<forecastPanelHeader>Open Forecasts</forecastPanelHeader>
	</panelHeaderLabels>

Qualifier Tree

A qualifier tree can also be configured in Qualifiers.xml by defining a qualifierRootNode that contains other qualifier nodes that in their turn can be nested.

...