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.
<selectionConfiguration
>
required

Konfiguration des Cadenza-Moduls Selection.

<view
>
optional

DEPRECATED: no longer used by Cadenza

<showSelectorPath
>
optional
boolean

DEPRECATED: no longer used by Cadenza

Default: false

</showSelectorPath>
<hideGIStermLegendForMapConditions
>
optional
boolean

DEPRECATED: no longer used by Cadenza

Default: true

</hideGIStermLegendForMapConditions>
<selectorDividerLocation
>
optional
double

DEPRECATED: no longer used by Cadenza

Default: 0.8

</selectorDividerLocation>
<showContextSensitivityIcons
>
optional
boolean

DEPRECATED: no longer used by Cadenza

Default: false

</showContextSensitivityIcons>
<showFilterFormAsDefault
>
optional
boolean

DEPRECATED: no longer used by Cadenza

Default: true

</showFilterFormAsDefault>
<maxNumberOfOpenTableResults
>
optional
int

DEPRECATED: no longer used by Cadenza

Default: 1

</maxNumberOfOpenTableResults>
<showTableConditionDirectInput
>
optional
boolean

DEPRECATED: no longer used by Cadenza

Default: false

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

DEPRECATED: no longer used by Cadenza

<allowErrors
>
optional
boolean

DEPRECATED: no longer used by Cadenza

Default: false

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

DEPRECATED: no longer used by Cadenza

<takeChainingConditionOnly
>
optional
boolean

DEPRECATED: no longer used by Cadenza

Default: false

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

Condition specific configurations

<polygonCondition
>
optional

DEPRECATED: no longer used by Cadenza

<assignmentRestriction
>
optional

DEPRECATED: no longer used by Cadenza

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

TableCondition specific configurations

<defaultSearchStrategy
>
optional

DEPRECATED: no longer used by Cadenza

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
>
optional

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

<initialCountDimensionsRows
>
optional
int

DEPRECATED: no longer used by Cadenza

</initialCountDimensionsRows>
<initialCountDimensionsColumns
>
optional
int

DEPRECATED: no longer used by Cadenza

</initialCountDimensionsColumns>
<initialCountMeasures
>
optional
int

DEPRECATED: no longer used by Cadenza

</initialCountMeasures>
<maxCountDimensionsRows
>
optional
int

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

Default: 8

</maxCountDimensionsRows>
<maxCountDimensionsColumns
>
optional
int

Maximum number of column dimensions.

Default: 8

</maxCountDimensionsColumns>
<maxCountMeasures
>
optional
int

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

Default: 10

</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)

Default: 100

</columnsNumberTableNotDisplayedThreshold>
</pivotTable>
</selectionConfiguration>
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>