Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
rebelfox
Creator
Creator

Refer To Another Expression In Chart

I have created a chart 'straight table' with a few expressions.

Is there a way I can refer to the first expression on the chart in the second expression for the same row?

Thanks

3 Replies
swuehl
MVP
MVP

Either use the expression label:

=if(LABEL = .....

or the column() function

=if(column(1) = ....

sunny_talwar

You can use Column() function. In your case since you want to refer to the first expression you can use Column(1) in your second expression.

HTH

Best,

Sunny

sunny_talwar

Look at the attached sample, it might help you understand better:

Capture.PNG