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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
jamiemcc
Contributor III
Contributor III

How To get Average Of Distinct Logins

Hi Guys i Need to get the Week on Week Average for Distinct Logins

 

Week 45       7526

Week 46      7652

 

count({< DailyTaskType = {'Counts'} ,Week = {">=$(=Max(Week)-2)<$(=Max(Week))"}>}distinct UserLogin)/8

/

count({<DailyTaskType = {'Counts'}, Week = {"$(=Max(Week))"}>}distinct UserLogin)

 

I have This but it is Returning 17% Which is wrong.

It looks Like It cant Sum Up the Distinctive counts each Week and Divide by 8 then Divide by the Last Max Week.

 

Has any have any ideas?

 

Regards,

Jamie

 

Labels (1)
1 Reply
jamiemcc
Contributor III
Contributor III
Author

Sorrty dividing by 8 is a mistake I still get 131%