Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
rustyfishbones
Master II
Master II

Show Unselected Values in a List Box

Hi All,

I have the following list box that contains an expression to count files associated with each customer

2013-10-15_0858.png

When I make a selection, it turns green and the non selected values are grey, my question is, can I keep the Values showing even though it's not selected.

I want the below list box to show the values from the above list box

2013-10-15_0858_001.png

1 Solution

Accepted Solutions
bbi_mba_76
Partner - Specialist
Partner - Specialist

Hi,

you have to use a set analysis to ignore the selection on the field, like

Count({<CompanyName=>} CompanyName)

View solution in original post

2 Replies
bbi_mba_76
Partner - Specialist
Partner - Specialist

Hi,

you have to use a set analysis to ignore the selection on the field, like

Count({<CompanyName=>} CompanyName)

sudeepkm
Specialist III
Specialist III

One way of doing it is to use an expression in your list box as count({1}CompanyName) which will show the value ignoring the current selection. The drawback is that you won't see the actual values when you make a selection.

qvcommunityans1.png