How to find Highest value in Excel putting with out any hard coded value in stages
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-06-18 06:14 PM
Hi All,
I have faced one of interview quesation,
I have 10 rows, field names are Name, employee salary. we have to find out who have highest salary in table. here is some conditions , should not use hard coded values in any stages..
-- Naveen
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-06-18 01:37 PM
Hey NaveenG,
You could use Collection Manipulation BO - Sort Collection action to sort the column employee salary in a descending order and then simply extract the first row name using a calculation stage. Hope this helps.
-Marius
