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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
CarlosBach
Contributor II
Contributor II

Automatic Data filter with the help of a Button

Hi !

I would like to generate an automatic filter by  using a Button . It should automaticaly select all weeks of the current year (excluding present week).

 

Thank you for your help.

 

Best regards,

Carlos

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

I didn't meant this else to create appropriate flags, for example:

-(daynumberofyear(YourDateField) <= daynumberofyear(weekend(today(), -1)) as CompleteWeeksThisYear

This means nearly each kind of date-grouping could be already applied within the calendar as n (nested) flag-fields and/or combined within an extra as-of-table. 

View solution in original post

4 Replies
marcus_sommer

Why not providing appropriate fields so that the user could select what's wanted? Beside just creating period-fields like week/month/year within the calendar those fields could be also grouped to W/M/Y TD and similar logic. 

CarlosBach
Contributor II
Contributor II
Author

Hi Marcus,

 

thanks.

 

I already did that. I just don´t want to use the week filter . the year goes by and the Nr of weeks to filter gets bigger. 

 

 

marcus_sommer

I didn't meant this else to create appropriate flags, for example:

-(daynumberofyear(YourDateField) <= daynumberofyear(weekend(today(), -1)) as CompleteWeeksThisYear

This means nearly each kind of date-grouping could be already applied within the calendar as n (nested) flag-fields and/or combined within an extra as-of-table. 

CarlosBach
Contributor II
Contributor II
Author

Thanks!

 

I am new in this world that is why i did not understood what you ment. But it works like i wanted. I do not need a button.