Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
danialier
Creator III
Creator III

List Box entry in another color

Hello,

I have a List Box with ~10 diferent companies. i want a specific company to be coloured in blue and rest in black as they are already.

is that possible ?

thks,dani

14 Replies
alexandros17
Partner - Champion III
Partner - Champion III

I think you cannot

MK_QSL
MVP
MVP

Don't think so there is any color option to show different name in different color.

May be I don't know about it. Let's see what others suggesting.

its_anandrjs

Hi,

I suggest you use any straight table in place of the list box and write a code for background like

if(company = 'Germany' , red( ), Blue( ))

and in expression part put 1 there

Hope this helps

Thanks & Regards

alexandros17
Partner - Champion III
Partner - Champion III

The straight table collapse when yopu select a value, has a behaviour different from list box

its_anandrjs

Hi,

Yes straight table is not right way but some times it works some change now in place of 1 put '=' is expression

if(company = 'Germany' , Red( ), Blue( ))

Hope this helps

Thanks

stigchel
Partner - Master
Partner - Master

You can use straight table like in attached sample.qvw

SunilChauhan
Champion
Champion

see the attached file

hope this helps

Sunil Chauhan
stigchel
Partner - Master
Partner - Master

Not if you use a set expression with e.g. concat({<Company=>} Company)

MK_QSL
MVP
MVP

What about if I want to select Company 1 and Company 4 together?