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

Colors in font (inline table)

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!

11 Replies
marcus_sommer

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

Peter_Cammaert
Partner - Champion III
Partner - Champion III

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