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

Apply trigger on a field

Hi,

In my dashboard, I have straight table and Bar chart with same dimension and expressions.

My requirement is, if I select any value in straight table, it stays as it is and Bar chart should show relevant data.

How to achieve it.

Thanks,

Ananth

3 Replies
tresesco
MVP
MVP

Use set analysis to bypass the selection in the straight table. Check the attached sample.

Not applicable
Author

Thank you very much for your response, Issue is I'm using personal edition.

tresesco
MVP
MVP

Say your dimension is - Dim1 and expression is - Sum(Amount).

For straight chart change the expression to -> Sum({<Dim1>} Amount)