Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try =mode(MostFrequentOutTime)
Try =mode(MostFrequentOutTime)
Create List Box using below expression
=Aggr(IF(Rank(COUNT(MostFrequentOutTime))=1,MostFrequentOutTime),MostFrequentOutTime)
Thanks Clever. I never used that function
It´s a not very well know function, I remember it because "saved my life" once upon a time
Thats why we never forget those Function
What if Frequency is equal ? MostFrequentOutTime is same
When we have the same frequency for 2 or more values, Mode() returns null
In this case, which one you want to show?
Yea it returns null. What if I need to show atleast one value.