I have created a list and populated it with some data. I have grouped it with ID column. So now it is appearing with count as below :
- ID: 1 (2)
- ID: 3 (3)
- ID: 2 (1) and so on....
Numbers in () are the count of times with same ID.
I want it to sort it awith the number of items of each group, as below :
- IDAction Item Id: 2310 (1)
- IDAction Item Id: 1312 (2)
- IDAction Item Id: 3209 (3) and so on....
Can you please help me to achieve this.
