Pan X changes the current record to the first record after any sorting command. Is this a feature or a bug?
Well, it’s intentional. So that means I think it’s a feature. You may feel differently.
Older versions of Panorama did not do this. Because of this, there were frequent tech support queries saying “The Sort command doesn’t work” because they were expecting to see items starting with the letter A after the sort. Since this change was made, those questions have stopped.
Here’s how you can maintain the current record if you want to.
let id = info("serverrecordid")
field "Some Field to Sort By"
sortup
find id = info("serverrecordid")