Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List box selection highlighted color is different

Hello folks,

I have one list box in my report(see below). Usually if i select some values it will be highlighted in green and text will be in black color. But for this list box it is blue highlighted and yellow in color. Does this mean anything ? Why because, I added another listbox and loaded some other value but it was normal (green highlighted) when i select some values. Please help me understanding the color code.

Expression for this list box is :

=if(Year(Period)=2015 AND Month(Period)>=9,Period,

  if(Year(Period)=2016 AND

  Month(Period)>=1 AND Month(Period)<=8,Period))

asofp.JPG

TIA,

J

1 Solution

Accepted Solutions
sunny_talwar

I think you field is locked, if you unlock it, you should see the normal colors back. Right Click on the object and then click Unlock

Capture.PNG

View solution in original post

2 Replies
sunny_talwar

I think you field is locked, if you unlock it, you should see the normal colors back. Right Click on the object and then click Unlock

Capture.PNG

Not applicable
Author

Thanks Sunny ! It worked !!

J