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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
vgadang1
Partner - Contributor III
Partner - Contributor III

Bypass filter selection for specific visualization

Hi,

I have a cumulative bar graph, the measure is =Aggr(RangeSum(Above(Sum(uot_signedamount), 0, RowNo())), fy_year, (fy_month, (Numeric, Ascending)))

I have a sheet filter for fy_year, I would like to bypass the filter selection for this cumulative bar chart. 

Thanks

1 Reply
vgadang1
Partner - Contributor III
Partner - Contributor III
Author

=Aggr(RangeSum(Above(Sum({$<fy_year=>}uot_signedamount), 0, RowNo())), fy_year, (fy_month, (Numeric, Ascending)))

 

I tried this measure, it still filters by the filtered yr selection