Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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...
Is it possible?
Thank you.
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)
The are "greyed" because Qlik by default show in this format the possible choises. I do not think you can change this behaviour
What kind of object this is?
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..
Document Extension to override green selection color
I don't recommend that you do so though, as this is standard QV functionality.
It is called Associative user experience
Hi,
It is List box. with LED presentation.
Regards,
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
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)
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!