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

How to high light those summary row ?

Hi All

I have a table , the table have few summary row , i like to high light those row with light red black ground color. May i know how to go about it ?

summary row with pin color.png

4 Replies
Not applicable
Author

Hi All

Enclosed my QV doc

Paul

Not applicable
Author

Hi Paul

you can use Background color like

=if( Seq = 7 or Seq = 14 or Seq = 15 or Seq = 46, lightred())

best regards

chris

Not applicable
Author

Settings > user preferences > Design - check the 'Always show design menu items'

on chart : right click on the cell which you wanted to format and select 'Custom Format Cell' and change colors.

Not applicable
Author

Hi Christian

Thank you vey much for your reply.

I just notice that , now my table , at the expression , at text format , it have below expression :-

=if([Exec P&L Calculation]='c','<B>')

it is possible to modify the above expression and place it at black ground format , so that i can make your proposal script more simply ?

Paul