How To Sort/Filter a collection based on conditions
Hi Team, I need some sort of help to understand how to achieve this in code Suppose a i have a collection with fieldname Doc# which has 3 rows 1145202, 1005203, 1145204I need to get the row which has highest last 2 digit in Doc# column. Can we do thi...