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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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

Labels (1)
3 Replies
swuehl
Champion III
Champion III

Either use the expression label:

=if(LABEL = .....

or the column() function

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

sunny_talwar
MVP
MVP

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
MVP
MVP

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

Capture.PNG