Skip to main content

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

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


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.


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

 


Reply