My question is regarding retrieving a value from a sharepoint list. Basically I have a list with some data. One of the fields in the list is a text field with numbers.
So what i want to do, i want to retrieve the highest number from that field ... how can i do that most practical and with best approach?
This will be done programmatically.
Of course i couuld do a loop through all the items, but i would like to avoid looping, is there a better way?
Thanks in advance.
