Lets supose i have 10000 items and my last item.ID is 10000,
this formula will return the number 10000 or because of the delegation will return the number 500?
Solved! Go to Solution.
Yes it as far as i know, it will return the 10000 item.
The main issue is the Sort will bring out the last item to the First item so it does not matter the 500.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Since Sort() is a delegable function that should return the highest ID number no matter how many are in the list.
Yes it as far as i know, it will return the 10000 item.
The main issue is the Sort will bring out the last item to the First item so it does not matter the 500.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Since Sort() is a delegable function that should return the highest ID number no matter how many are in the list.
User | Count |
---|---|
195 | |
123 | |
86 | |
48 | |
41 |
User | Count |
---|---|
281 | |
163 | |
138 | |
80 | |
76 |