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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
martynlloyd
Partner - Creator III
Partner - Creator III

Formating based on chart row number

Hi,

Is there a variable for the row in a pivot or straight table chart?

I want to assign a different background colour to the first six rows of a chart.

Note: it is not possible for me to do this by comparing a field in the chart - i know how to do that...

best regards,

Marty.

3 Replies
sunny_talwar

You can use RowNo() function. I would first create an expression =RowNo() and see what values it assigns to each row and then use it in my Background color expression accordingly.

HTH

Best,

Sunny

sunilkumarqv
Specialist II
Specialist II

Yes

awhitfield
Partner - Champion
Partner - Champion

Hi Martyn,

Add =If(RowNo()<=6,LightRed())

to each dimension and expression in the 'Background Colour'

HTH

Andy