Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Member wise top Vendor List

Hi , i have a table which have Member, Vendor wise Orders information like Below:

DateMemberIdVendorIdOrders
1/1/201410A100
1/1/201410B200
2/1/201420A100
2/1/201410C300
2/1/201430C100
2/2/201420B400
2/3/201430A200

i want to know memberwise top Vendor like :

MemberIdTop Vendor
10C
20B
30A
1 Solution

Accepted Solutions
Not applicable
Author

you can create a straight table, with memberid and vendorid in dimensions. add expression sum(orders).

In dimension limits select Vendorid and select larget 1 in the dimension value.

you will get top vendors listed for each memberid.

View solution in original post

2 Replies
Not applicable
Author

you can create a straight table, with memberid and vendorid in dimensions. add expression sum(orders).

In dimension limits select Vendorid and select larget 1 in the dimension value.

you will get top vendors listed for each memberid.

Not applicable
Author

Thanks Shruthi..