Discussion Board for collaboration related to QlikView App Development.
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 ?
May be this:
=Count({<[Project Activity Status]={'Active'}, [Lease Status] = >} [Project Name])
May be put that chart on another alternate state or use a set analysis in expression to ignore selection in Status field.
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.
May be this:
=Count({<[Project Activity Status]={'Active'}, [Lease Status] = >} [Project Name])
Awesome.Thank you.