Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displaying the most commont value

Hi all,

Trying to build a top 20 supplier table which displays the full spend average payment lead time and average/mean payment term description.

However i can get the average payment terms to work.

So how do i get the column to show the most frequent payment term used for that specific vendor?

Thanks for your help.

1 Solution

Accepted Solutions
isaiah82
Creator III
Creator III

Mode( PaymentTermField )

In QlikView the mode function works on text as well as numbers.  -Isaiah

View solution in original post

2 Replies
isaiah82
Creator III
Creator III

Mode( PaymentTermField )

In QlikView the mode function works on text as well as numbers.  -Isaiah

swuehl
MVP
MVP

Just a comment (don't know if it's an issue in your case):

If more than one value is equally commonly occurring, NULL is returned.