Skip to main content
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Added the screenshot
Source Link
Ravi
  • 856
  • 5
  • 23

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....

enter image description here

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.

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....

I want it to sort it a below :

  • ID: 2 (1)
  • ID: 1 (2)
  • ID: 3 (3) and so on....

Can you please help me to achieve this.

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 :

enter image description here

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.

Source Link
Ravi
  • 856
  • 5
  • 23

How to sort after "group by" in a SharePoint Online list

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....

I want it to sort it a below :

  • ID: 2 (1)
  • ID: 1 (2)
  • ID: 3 (3) and so on....

Can you please help me to achieve this.