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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
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.