ListLevelDef component

Obtained from the hierarchy palette, this component sets up groups based on NEQL queries contained in NamedLevelDefs. A ListLevelDef contain as child components one or more NamedGroupDefs and must be followed by at least one QueryLevelDef.

The NEQL queries in the child NamedGroupDefs can contain marker tags and value tags.

Image

Type Value Description
Query NEQL query

This property is a NEQL query. You may use all the NEQL operators: and, or, etc.

The Context expression feature of NEQL can also be included to access values in the query context. Facet keys (found in the query context) surrounded by braces will be replaced by the value of the facet. For example, in the query hs:siteRef = {siteId}, "{siteId}" will be replaced by the value of the siteId facet in the query context.

Sort None, Ascending (default), Descending Determines the order in which results display.