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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
3 Replies
tresB
Champion III
Champion III

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.

tresB
Champion III
Champion III

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

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