Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how do i count the number of date entries that have the same month and year as the current date using set analysis?

how do i count the number of date entries that have the same month and year as the current date using set analysis?

1 Reply
jpapador
Partner - Specialist
Partner - Specialist

Try This:

=Count({$<Year={$(=Year(Today()))}, Month={$(=Month(Today()))}>}[Date Entry Field])

This is assuming you have a field called 'Year' and 'Month'.  If you don't it is easy to create.