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: 
paulwalker
Creator III
Creator III

Need Help

HI Community,

Table1:

ID, Name, Salary

100, XYZ, 2000

101, ABC, 1500

102, ADS, 2300

103, QZX, 200

104, POQ, 7500

];

can we sort the dara using FirstsortedValue ???

My OutPut should be like using FirstSortedValue:

ID, Name, Salary

104, POQ, 7500

102, ADS, 2300

100, XYZ, 2000

101, ABC, 1500

103, QZX, 200

Thanks in Advance...!!!

Labels (1)
11 Replies
paulwalker
Creator III
Creator III
Author

LIke ID

sunny_talwar

It will give you the same result as if you were going to use Name as expression instead of FirstSortedValue(Name, -Salary). It won't sort anything for you, unless you sort it on the sort tab.

FirstSortValue() from QlikView help:

Capture.PNG