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

Trigger issue

I have 3 charts in one tab and I have set a trigger to default to Status='Active' when that tab opens up.

But,out of 3 I dont want to apply that default trigger to 1 particular chart.Can I do that ?

1 Solution

Accepted Solutions
sunny_talwar

May be this:

=Count({<[Project Activity Status]={'Active'}, [Lease Status] = >} [Project Name])

View solution in original post

4 Replies
sunny_talwar

May be put that chart on another alternate state or use a set analysis in expression to ignore selection in Status field.

Not applicable
Author

This is my expression

=count({<[Project Activity Status]={'Active'}>} [Project Name])

and my trigger is set to [Lease Status] = Active

how can I add expression to ignore selection in [Lease Status] = Active

Thank you very much.

sunny_talwar

May be this:

=Count({<[Project Activity Status]={'Active'}, [Lease Status] = >} [Project Name])

Not applicable
Author

Awesome.Thank you.