Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have an inline table like this
AD_HOC:
LOAD * INLINE [
_DIMENSIONADHOC, ID_DIM
ID DM, 1
Regional, 2
UUNN, 3
Centro, 4
Equipo, 5
];
The thing is that i wanna separate ID DM and Regional from the others three.
I'd like for example to have in different colors the font
i tried in the colors of the font if id > 2 red, black or something like that but i didn´t work
what do you think?
Cheers!
AFAIK it's not possible within a listbox. But if you used instead of a listbox a pivot like in this example Building a nicer, dynamic QlikView multibox The Qlik Fix! you could apply your colors within the attribut-expressions (for how to - see also the link in my answer above).
- Marcus
Marcus suggested to use a pivot table. A normal straight table can also be used to simulate a listbox and list vlaues in different colors. See Re: Wanted to use single color format for all dashboards, Please help