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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Try =mode(MostFrequentOutTime)

View solution in original post

17 Replies
Clever_Anjos
Employee
Employee

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
Employee
Employee

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
Employee
Employee

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

Clever_Anjos
Employee
Employee

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.