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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart table with hidden values of dimensions

Hello.

Should I see a linear table (object graphs) whitening the cells of the dimensions that are equal to the previous line.

Let me explain:

I have a table like the attached file and I want to get a table as the file Doc2.doc

I tried to use an expression like this:

= If (Field1 = before (Field1), white ())

to change the text color.

But it does not work!!

How could I do?

Hello and Thanks

1 Reply
its_anandrjs
Champion III
Champion III

Hi,

See the attached sample

You have to see in properties of chart Text Color by click on + sign you see properties Text Color.

Text Color = If (Field1 = Above (Field1), White( ) )  paste this code there

See the attached

Rgds

Anand