Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
WilsonB
Contributor
Contributor

link a chart in a expression from another chart

Hi guys,

I need some help with my script, i want to know if it's possible to attach a result from a chart in the expression of another. For example:

=if([There's no filter in the filter chart],[show me just one row from one of my columns],[if not just take the filter form the filter chart])

Thanx for your help.

Labels (4)
1 Reply
marcus_sommer

Within the UI you could not refer to the results of another object - only within a single object is a referencing to another calculations per label or column() possible.

- Marcus