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: 
ramakrishnaraavi
Contributor
Contributor

hi how i get rowlling count(days)

how i get rowlling count(days)

1 Reply
devarasu07
Master II
Master II

Hi,

Check this article

Calculating rolling n-period totals, averages or other aggregations

how u want to find the rolling count? monthly/weekly or any other scenario ?

example, below set expression will return rolling 12 month based on user selected month (rolling 12 month)

Sum({$<Date={">=$(=MonthStart(Max(Date), -12))<$(=Date(Max(Date)))"}>} Measure)

Thanks,
Deva