selectioncore

<selectionConfiguration
>
required

Konfiguration des Cadenza-Moduls Selection.

<view
>
optional

Einstellungen, die sich vor allem an der graphischen Benutzeroberfläche auswirken

<showSelectorPath
>
optional
boolean

Zur Visualisierung des Selektornamens mit der kompletten Hierarchie, wie sie im Navigator angegeben ist.

Default: false

</showSelectorPath>
<hideGIStermLegendForMapConditions
>
optional
boolean

Soll die GISterm-Legende bei Conditions mit Kartendarstellungen minimiert werden?

Default: true

</hideGIStermLegendForMapConditions>
<selectorDividerLocation
>
optional
double

Position des Dividers zwischen Kriterium und Kriterienbelegungen

Default: 0.8

</selectorDividerLocation>
<showContextSensitivityIcons
>
optional
boolean

Ermöglicht die Anzeige und das Umschalten der Kontextsensitivität der Kriterien in der Filteransicht von Cadenza Desktop (graue und blaue Glühbirnen-Symbole)

Default: false

</showContextSensitivityIcons>
<showFilterFormAsDefault
>
optional
boolean

Nach dem Ausführen auf der linken Seite die Filterauswahl (default) oder den Weiterverarbeitungsbaum anzeigen?

Default: true

</showFilterFormAsDefault>
<maxNumberOfOpenTableResults
>
optional
int
</maxNumberOfOpenTableResults>
<showTableConditionDirectInput
>
optional
boolean

Should in a table-condition in desktop the direct-input-textfield be shown?

Default: false

</showTableConditionDirectInput>
</view>
<repository
>
optional

DEPRECATED: Nicht mehr verwenden (Einstellungen, für das Selektor-Repository)

<allowErrors
>
optional
boolean

DEPRECATED: Nicht mehr verwenden (Zur Deaktivierung von bestimmten Fehlerüberprüfungen, die bei der alten Selektorbeschreibungssprache nicht abgefangen wurden.)

Default: false

</allowErrors>
</repository>
<chaining
>
optional

DEPRECATED: Nicht mehr verwenden (Einstellungen, für das Selektor-Chaining.)

<takeChainingConditionOnly
>
optional
boolean

DEPRECATED: Nicht mehr verwenden (Legt fest, ob nur die Chaining-Condition übernommen werden soll, oder alle belegten Conditions, die im neuen Selektor vorkommen)

Default: false

</takeChainingConditionOnly>
</chaining>
<conditionTypes
>
optional

Condition specific configurations

<polygonCondition
>
optional

PolygonCondition specific configurations

<assignmentRestriction
>
optional

PolygonCondition specific assignment restrictions

<maxNumberOfPointsInAllAssignments
>
optional
int
</maxNumberOfPointsInAllAssignments>
</assignmentRestriction>
</polygonCondition>
<tableCondition
>
optional

TableCondition specific configurations

<defaultSearchStrategy
>
optional

Einstellung für den Defaultfilter bei TableConditions.

Default: subString

xsd:string
startsWith
subString
pattern
</defaultSearchStrategy>
<allowEagerConditionExecution
>
optional
boolean

Table conditions are executed lazily by default if the datasource allows it. To make table conditions execute non-lazy if the selector containing the condition is non-lazy switch this setting to true

Default: false

</allowEagerConditionExecution>
</tableCondition>
</conditionTypes>
<restrictions
>
optional

Restrictions applied to selectors

<selector
>
optional

Selector specific restrictions

<queryMaxRowCount
>
optional
int

This parameter specifies the default maximum number of rows to be returned by selectors. It is applied to non lazy-loading selectors, if and only if there is no limit specified in the selector configuration nor by the user at runtime.

Default: 100000

</queryMaxRowCount>
</selector>
</restrictions>
<pivotTable
>
required

Limits for configuration of pivot tables. (Tables that have > 0 column dimensions)

<initialCountDimensionsRows
>
optional
int
</initialCountDimensionsRows>
<initialCountDimensionsColumns
>
optional
int
</initialCountDimensionsColumns>
<initialCountMeasures
>
optional
int
</initialCountMeasures>
<maxCountDimensionsRows
>
optional
int

Maximum number of row dimensions. (If the table is configured to have at least one column dimension)

</maxCountDimensionsRows>
<maxCountDimensionsColumns
>
optional
int

Maximum number of column dimensions.

</maxCountDimensionsColumns>
<maxCountMeasures
>
optional
int

Maximum number of measures. (If the table is configured to have at least one column dimension)

</maxCountMeasures>
<columnsNumberWarningThreshold
>
optional
int

DEPRECATED: If the number of columns in the table exceeds this number, warning will be shown to the user. (If the table is configured to have at least one column dimension)

</columnsNumberWarningThreshold>
<columnsNumberTableNotDisplayedThreshold
>
optional
int

If the number of columns in the table exceeds this number, user won't be able to show the table. (If the table is configured to have at least one column dimension)

</columnsNumberTableNotDisplayedThreshold>
</pivotTable>
</selectionConfiguration>