Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
danieldors
Contributor III
Contributor III

Max Month Count

 

Hello,

 

Im looking to change the formula below to capture the last month of data or max month, instead of the current month.

=((Count({<[InterviewCompletedDate.autoCalendar.Date]={">=$(=MonthStart (Today ()))<=$(=MonthEnd (Today ()))"}
,[Int by Assigned ESS]={"1"}>}
Region)

 

Thank you.

1 Reply
JuanGerardo
Partner - Specialist
Partner - Specialist

Hi,

Replace Today () with $(=Max([InterviewCompletedDate.autoCalendar.Date]))

JG