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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
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
Champion III
Champion III

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.