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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Color cells in a straight table

How to color  first 10 rows as one color and next 10 rows different and next 10 different  in a straight table without using field or expressions conditions?

Labels (1)
1 Reply
SunilChauhan
Champion II
Champion II

Click on + sign and in background write

if( rowno()<=10,red(),green())

use you colors in place of red() AND green())

HOPE THIS HELPS

Sunil Chauhan