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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

conditional

hi,

i have a list box having 10 fields like qw, er, et,bn,gh,tj,ki etc

i need qw, et,gh ki in one color and resrt in another color in same list box.

please help

Labels (1)
2 Replies
marcus_sommer
MVP
MVP

You couldn't change conditionally the color from fieldvalues within a listbox but you could use an expression-less straight-table (by disabling of suppressing NULL within the tab presentation) with your listbox field as dimension and using an appropriate coloring within the attribute-expression (click on the small plus-sign by the dimensions and you get access to font- and background-colors) like:

pick(match(YourField, 'qw', 'er', ...), red(), blue(), ...)

- Marcus

muthukumar77
Partner - Creator III
Partner - Creator III

Hi,

You can use straight table as List table.

PFA

Muthukumar Pandiyan