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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
hanschucrutes
Contributor II
Contributor II

How to ignore filters in date dimenson

Hello everyone, I'm trying to create a table where I'll display the data that is active in the system, showing every piece of data that has yet to expire, ignoring the year filter. In a measure, I know I can use a set analysis 'sum({<[Year]=>}, product)' to ignore a filter, but for a date that needs to be displayed, I'm not sure how it should be handled. Can anyone help?

hanschucrutes_0-1711131043563.png

 

Labels (4)
1 Solution

Accepted Solutions
MatheusC
Specialist II
Specialist II

Hi, @hanschucrutes 

You want to ignore the Year= filter, within your date dimension?

See it like this, Modify with your original fields:

=aggr(Only({<Year=>}Date),Date)

Regarts, Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!

View solution in original post

2 Replies
MatheusC
Specialist II
Specialist II

Hi, @hanschucrutes 

You want to ignore the Year= filter, within your date dimension?

See it like this, Modify with your original fields:

=aggr(Only({<Year=>}Date),Date)

Regarts, Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
hanschucrutes
Contributor II
Contributor II
Author

Thank you very much