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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Linking to a chart within an expression

Hi I am querying whether it is possible to link a the third column of a chart into an expression on a different sheet

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, that's not possible. You could use a variable to store the expression and use the variable in both charts.

For example:

variable v_Expr: sum(Sales) 

Expression in chart one: $(v_Expr)

Expression in chart two $(v_Expr)*12


talk is cheap, supply exceeds demand
Not applicable
Author

Hi I tried that already please see below:

Untitled.png

the last column should display the same as the column that has certain cells highlighted green but it doesnt work for some reason