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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

query

how to pick the list of regionwith Max RSM Code .so that only one RSM email id belong to one rsm for specific region

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the FirstSortedValue function for this: FirstSortedValue(Region, -RSMCode)


talk is cheap, supply exceeds demand
petter
Partner - Champion III
Partner - Champion III

Two different approaches:

1) via the Load script

2016-01-08 #1.PNG

2) Directly in the UI with expression:

2016-01-08 #2.PNG