Skip to main content
Solved

Sort selected range of records in grid view

  • October 20, 2020
  • 3 replies
  • 26 views

Is it possible to select a range of records in grid view using the checkboxes and apply a sort to just that range?

Best answer by Kamille_Parks11

No, but that would be neat! The sort option at the top will always sort every record in that view, not just selected records.

3 replies

Kamille_Parks11
Forum|alt.badge.img+27
  • Brainy
  • 2679 replies
  • Answer
  • October 20, 2020

No, but that would be neat! The sort option at the top will always sort every record in that view, not just selected records.


  • Author
  • New Participant
  • 1 reply
  • October 21, 2020

No, but that would be neat! The sort option at the top will always sort every record in that view, not just selected records.


@Kamille_Parks that’s what I thought was the case; thanks for taking the time to confirm it.


Forum|alt.badge.img+1
  • New Participant
  • 1 reply
  • December 17, 2024

I too was having this problem and learned that I have to filter out the records that I want to sort and then I can sort them separately from the whole table. Yeesh. : )