Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

condition on max inside sum function

Hello, If I want to take the count of candidateid when weekingdate is maximum and status='active', then how can I write the set analysis function for this

Thanks

Arif

1 Reply
MayilVahanan

HI

Try like this

=Count({<Status = {'active'},Weekingdate ={'$(=max(Weekingday))'}>}Candidateid)

but when weekingdate is maximum ? represents sunday or something else??

bit confuse. can you explain it?

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.