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 :
Numbers in () are the count of times with same ID.
I want it to sort it with the number of items of each group, as below :
- Action Item Id: 310 (1)
- Action Item Id: 312 (2)
- Action Item Id: 209 (3)
Can you please help me to achieve this.
