Jun 27, 2018 10:32 AM
I am not able to revert back to “unsorted” view (revert back to viewing records as they were originally entered).
Removing all sorting layers does not work.
I found 2 workarounds:
Jun 27, 2018 10:55 AM
It’s not a bug, it is just the natural consequence I think. As you said, the first “order” is unsorted (you can drag and drop for instance), so removing the Sort rules does not give you back any ordering.
What you could do is create a Created Time
field and sort by it, so you would have the “original order”.
Jun 27, 2018 12:02 PM
Thank you, Elias!
Created Time field worked like a charm!
Autonumber field would work too
Jun 27, 2018 02:35 PM
Keep in mind while CREATED_TIME()
is persistent, an ajutonumber field can be changed. That is, if you sort a table and then change the configuration of a CREATED_TIME()
field to, say, a date field and back, the field retains its original values. If you change an autonumber field to number and back, it will renumber based on the new order. This can be a handy trick at times.
Jun 27, 2018 02:49 PM
It’s good to know. Thank you!