selection
This configuration is optional when using the plugin Selector.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
Konfiguration des Cadenza-Moduls Selection.
DEPRECATED: no longer used by Cadenza
Condition specific configurations
TableCondition specific configurations
Restrictions applied to selectors
Selector specific restrictions
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
Limits for configuration of pivot tables. (Tables that have > 0 column dimensions)
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
selection:
view:
showSelectorPath: true
hideGIStermLegendForMapConditions: true
selectorDividerLocation: 133.7
showContextSensitivityIcons: true
showFilterFormAsDefault: true
maxNumberOfOpenTableResults: 15
showTableConditionDirectInput: true
repository:
allowErrors: true
chaining:
takeChainingConditionOnly: true
conditionTypes:
polygonCondition:
assignmentRestriction:
maxNumberOfPointsInAllAssignments: 15
tableCondition:
defaultSearchStrategy: "startsWith"
allowEagerConditionExecution: true
restrictions:
selector:
queryMaxRowCount: 15
pivotTable:
initialCountDimensionsRows: 15
initialCountDimensionsColumns: 15
initialCountMeasures: 15
maxCountDimensionsRows: 15
maxCountDimensionsColumns: 15
maxCountMeasures: 15
columnsNumberWarningThreshold: 15
columnsNumberTableNotDisplayedThreshold: 15
Filename: selection-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<selectionConfiguration>
<view>
<showSelectorPath>true</showSelectorPath>
<hideGIStermLegendForMapConditions>true</hideGIStermLegendForMapConditions>
<selectorDividerLocation>133.7</selectorDividerLocation>
<showContextSensitivityIcons>true</showContextSensitivityIcons>
<showFilterFormAsDefault>true</showFilterFormAsDefault>
<maxNumberOfOpenTableResults>15</maxNumberOfOpenTableResults>
<showTableConditionDirectInput>true</showTableConditionDirectInput>
</view>
<repository>
<allowErrors>true</allowErrors>
</repository>
<chaining>
<takeChainingConditionOnly>true</takeChainingConditionOnly>
</chaining>
<conditionTypes>
<polygonCondition>
<assignmentRestriction>
<maxNumberOfPointsInAllAssignments>15</maxNumberOfPointsInAllAssignments>
</assignmentRestriction>
</polygonCondition>
<tableCondition>
<defaultSearchStrategy>startsWith</defaultSearchStrategy>
<allowEagerConditionExecution>true</allowEagerConditionExecution>
</tableCondition>
</conditionTypes>
<restrictions>
<selector>
<queryMaxRowCount>15</queryMaxRowCount>
</selector>
</restrictions>
<pivotTable>
<initialCountDimensionsRows>15</initialCountDimensionsRows>
<initialCountDimensionsColumns>15</initialCountDimensionsColumns>
<initialCountMeasures>15</initialCountMeasures>
<maxCountDimensionsRows>15</maxCountDimensionsRows>
<maxCountDimensionsColumns>15</maxCountDimensionsColumns>
<maxCountMeasures>15</maxCountMeasures>
<columnsNumberWarningThreshold>15</columnsNumberWarningThreshold>
<columnsNumberTableNotDisplayedThreshold>15</columnsNumberTableNotDisplayedThreshold>
</pivotTable>
</selectionConfiguration>