Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos multi-select combobox: search mask, checkbox, OR, IN, NOT IN, value list provider.

globe with meridians Language: Deutsch · English

hammer and wrench Multi-select combobox

Select multiple values in search masks – OR combination and IN syntax in the VLP.

Status
colourPurple
titleHow-to
Status
colourBlue
titleApplication developer
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

What is multi-select?

Comboboxes with the multi-select option allow selecting several values; each value is preceded by a checkbox.

Hinweis
titleSearch masks only

Multi-select only works in search masks.

Configuration

Enable the multi-select checkbox in the combobox properties.

Multi-select in the search mask.

Usage

The top entry plus the count of further selections is shown. On search the entries are combined with OR; the combobox no longer closes automatically.

Effect on value list providers

Since a parameter can now hold several values, use IN/NOT IN in the SQL:

Codeblock
languagesql
AUSDRUCK IN $param
AUSDRUCK NOT IN $param

instead of

Codeblock
languagesql
AUSDRUCK = $param
AUSDRUCK <> $param

IN/NOT IN also works for single-value parameters.

Related pages

clipboard Data components


Combobox.

Open →

gear Value list provider


Value lists.

Open →