Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List, do not shade the values ?

Hi,

Is it possible to show all values with same font color ?

For example, in the picture below i want all values with the same color. Value 'Toute l'année' is gray and i don't want...

Griser.jpg

Is it possible?

Thank you.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

An alternative is to use two different fields (two inline tables): Jusqu with value "Jusqu'au 26 janv" and Toute with value "Toute l'anneè".

Then set the variable as =if(GetSelectedCount(Jusqu)=1, Jusqu, Toute)

In document properties>Triggers>Field Event Trigger > On select

- for Jusqu add Clear Field Toute

- for Toute add Clear Field Jusqu

in this way when you select one of them, the other is clear, and you can see both with the same font (make two identical list boxes for each of them)

View solution in original post

10 Replies
alexandros17
Partner - Champion III
Partner - Champion III

The are "greyed" because Qlik by default show in this format the possible choises. I do not think you can change this behaviour

robert_mika
Master III
Master III

What kind of object this is?

manojkvrajan
Luminary
Luminary

Beaulieu - It is one of the default properties of QlikView to display the values in grey that are not part of the selected data set. In other words, only the associated data for your selection would be displayed in Green and remainder of the values would be greyed out..

giakoum
Partner - Master II
Partner - Master II

Document Extension to override green selection color

I don't recommend that you do so though, as this is standard QV functionality.

jpenuliar
Partner - Specialist III
Partner - Specialist III

It is called Associative user experience

PrashantSangle

Hi,

It is List box. with LED presentation.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

HI,

In my case, the list show two values to set a variable value with trigger.

I Use load inline to create those two values...

Is it the good way?

Thanx

Anonymous
Not applicable
Author

An alternative is to use two different fields (two inline tables): Jusqu with value "Jusqu'au 26 janv" and Toute with value "Toute l'anneè".

Then set the variable as =if(GetSelectedCount(Jusqu)=1, Jusqu, Toute)

In document properties>Triggers>Field Event Trigger > On select

- for Jusqu add Clear Field Toute

- for Toute add Clear Field Jusqu

in this way when you select one of them, the other is clear, and you can see both with the same font (make two identical list boxes for each of them)

Colin-Albert

Green, White and Grey shading in listboxes is fundamental to the way QlikView works.

Values that are selected by the user clicking on the data are highlighted in Green.

Data that is associated with the current selections will be shown as White.

Data that is not associated with the current selections are shown in Grey.

Green, White and Grey - the first lesson in using QlikView!