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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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

2 Replies
marcus_sommer

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