Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

List Box Selection

Hi,

- I want to select "And mode" in the list box.

- I selected one field in the list box but "And mode" option is disabled, how can i enable the "And mode" option for list box.

2 Replies
erichshiino
Partner - Master
Partner - Master

From QV reference, there is a lot of restrictions to use it:

And-Tables

A field cannot always be set to logical and mode. The reason for this is that the and alternative is logically meaningful only if the concerned field is linked to only one other field.

The AND-mode option is only allowed under very strict conditions, imposed by the theory behind the QlikView logic. In order to be used in AND-mode, the following criteria must be fulfilled:

  • the field must only exist in one logical table,

  • the field must be the second column of no more than two columns, and

  • the table must not contain any duplicate records, and

  • the table must be loaded using a distinct qualifier. If the table is loaded using a Select statement, you must use a preceding Load distinct *.

This is from QV 10 SR2 Help file

Hope it helps,

jagannalla
Partner - Specialist III
Partner - Specialist III
Author

OK thank q very much to response.......