In checking accounts if I sort ascending by date and then descending by Clr I will get the reconciled transactions sorted ascending by date at the top. Then the cleared transactions sorted ascending by date followed by the uncleared transactions sorted ascending by date.
In investment accounts if I sort ascending by date and then by descending by Clr I will get the reconciled transactions sorted descending by date at the top. Then the cleared transactions sorted descending by date followed by the uncleared transactions sorted descending by date.
The difference seems to be that the Clr column is on the left of the date column in investment accounts and on the right of the date column in checking accounts.
How do I get around this?