Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hi,
You can use straight table as List table.
PFA