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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Most Frequent Intime and OutTime

Hi,

Please find the attached QVW.

I have a field with Most Frequent time and Most Frequent Out time.

Based on the frequency of Most Frequent time/Most Frequent Out time,

If frequency is more then it has to display that.

It is clearly explained in QVW.

Regards,

Keerthi KS

Labels (1)
1 Solution

Accepted Solutions
Clever_Anjos
Support
Support

Try =mode(MostFrequentOutTime)

View solution in original post

17 Replies
Clever_Anjos
Support
Support

Try =mode(MostFrequentOutTime)

MK_QSL
MVP
MVP

Create List Box using below expression

=Aggr(IF(Rank(COUNT(MostFrequentOutTime))=1,MostFrequentOutTime),MostFrequentOutTime)

Not applicable
Author

Thanks Clever. I never used that function

Clever_Anjos
Support
Support

It´s a not very well know function, I remember it because "saved my life" once upon a time

Anonymous
Not applicable
Author

Thats why we never forget those Function

Not applicable
Author

What if Frequency is equal ? MostFrequentOutTime is same

Clever_Anjos
Support
Support

When we have the same frequency for 2 or more values, Mode() returns null

Clever_Anjos
Support
Support

In this case, which one you want to show?

Not applicable
Author

Yea it returns null. What if I need to show atleast one value.