Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Listbox with preselection

Hi Community,

again I have a question: I want to show a Listbox with only a limited pre-selected customers (6 out of 1400+),

so something like a bookmark, to have a quick selection possibility for this group.

Until now I have no selection criteria out of the data model, it is only the Name.

Thanks your advice/s.

8 Replies
tresesco
MVP
MVP

List box with an expression like:

=If(Match(NameField, 'Name1', 'Name2', ..., 'Name6') , NameField)

marcus_sommer

Try it with this expression within the listbox:

if(match(YourField, 'a', 'b', 'c', 'd', 'e', 'f'), YourField)

- Marcus

javier_florian
Creator III
Creator III

Hi Wolfgang,

Would you try with a trigger when your user open the document?

-JFlorian

Not applicable
Author

if you want have predefined customers in a listbox you can have a onopen document trigger and use 'select in field' action

ToniKautto
Employee
Employee

1400 items in a list seems quite long. My suggestion would be to consider finding a way to identify the subsection of items to list. Either by a existing grouping value, or by introducing a flag in your data model.

Anonymous
Not applicable
Author

Hi Marcus,

vielen Dank. Allein, es hat noch nicht geklappt.

Wo setze ich die Formel ein, im Titel oder in den Formeln?

Mit freundlichen Grüßen

ppa. Wolfgang Mohr

Verwaltung/Administration

<http://www.bruening-gruppe.de/>

Brüning-Holding GmbH

Landstr. 30

28870 Fischerhude

04293-78 94-160

04293-78 94-40

0173-24 89 251

Amtsgericht Walsrode HRB202031

Geschäftsführer: Arnd Brüning

www.bruening-gruppe.de

<http://www.bruening-gruppe.de/blog/> <http://www.bruening-gruppe.de/index.php/de/newsletter-anmeldung> <http://www.facebook.com/BrueningIGruppe> <http://www.xing.com/company/bruening-gruppe>

<http://www.bruening-gruppe.de/newsletter/>

Die vollständigen Angaben (Registergericht, Registernummer, Umsatzsteuer-Identifizierungsnummer) der Tochterfirmen: Brüning-Logistik GmbH, Brüning-Euromulch GmbH, Brüning-Megawatt GmbH und Brüning-Specials GmbH; sowie der Brüning Verwaltungs GmbH & Co. KG finden Sie im Impressum auf der Homepage der Brüning I Gruppe.

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und löschen diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail und der darin enthaltenen Informationen ist nicht gestattet.

This e-mail contains confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material is strictly forbidden.

Von: Marcus Sommer

Gesendet: Mittwoch, 7. Mai 2014 15:23

An: Wolfgang Mohr

Betreff: Re: - Listbox with preselection

Qlik Community<http://community.qlik.com/>

Listbox with preselection

reply from Marcus Sommer<http://community.qlik.com/people/Marcus_Sommer?et=watches.email.thread> in App Development - View the full discussion<http://community.qlik.com/message/523912?et=watches.email.thread#523912>

marcus_sommer

Hallo Wolfgang,

an der letzten Stelle im Drop-Down der Feld-Auswahl steht <Formel>, das auswählen und dort die Formel rein. Alternativ könntest Du mit der Formel auch ein zusätzliches Feld im Datenmodell generieren und das dann in die Oberfläche einbinden.

Schöne Grüße

Marcus

Anonymous
Not applicable
Author

Danke sehr!

Wie das alles gehtJ

Eines Tages werde ich Antworten geben, wie Du, … eines Tages ….

Mit freundlichen Grüßen

ppa. Wolfgang Mohr

Verwaltung/Administration

<http://www.bruening-gruppe.de/>

Brüning-Holding GmbH

Landstr. 30

28870 Fischerhude

04293-78 94-160

04293-78 94-40

0173-24 89 251

Amtsgericht Walsrode HRB202031

Geschäftsführer: Arnd Brüning

www.bruening-gruppe.de

<http://www.bruening-gruppe.de/blog/> <http://www.bruening-gruppe.de/index.php/de/newsletter-anmeldung> <http://www.facebook.com/BrueningIGruppe> <http://www.xing.com/company/bruening-gruppe>

<http://www.bruening-gruppe.de/newsletter/>

Die vollständigen Angaben (Registergericht, Registernummer, Umsatzsteuer-Identifizierungsnummer) der Tochterfirmen: Brüning-Logistik GmbH, Brüning-Euromulch GmbH, Brüning-Megawatt GmbH und Brüning-Specials GmbH; sowie der Brüning Verwaltungs GmbH & Co. KG finden Sie im Impressum auf der Homepage der Brüning I Gruppe.

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und löschen diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail und der darin enthaltenen Informationen ist nicht gestattet.

This e-mail contains confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material is strictly forbidden.

Von: Marcus Sommer

Gesendet: Mittwoch, 7. Mai 2014 16:37

An: Wolfgang Mohr

Betreff: Re: - Listbox with preselection

Qlik Community<http://community.qlik.com/>

Listbox with preselection

reply from Marcus Sommer<http://community.qlik.com/people/Marcus_Sommer?et=watches.email.thread> in App Development - View the full discussion<http://community.qlik.com/message/523957?et=watches.email.thread#523957>