Good morning,
Suppose I have a list of Tuple elements and a function that takes a String and returns a Double, for example. How can I, using any other method, use the list method OrderBywith this function, calculated only on the first coordinate of each tuple? For example return List.OrderBy(FunctionTakingString(Tuple'sFirstCoordinate)).First?
Many thanks.
source
share