Hi
I have a continuous form that is by default sorted by a date field of a record. If a user enters a 10 new records which have the same date the records are sorted in a random order, which i assume is as expected, so as an example:
As you can see the last field is the record ID (which is normally not shown) and the records are not in order of entry.
So all records for the 09/09/2021 should be in the order of entry:
What i want to do is allow the user to sort by Depart Date or Dock Date and when they do it adds to the sort the secondary sort of Record ID in ascending order.
Is that something that is possible to catch when the user selects a new sort or new filter by right clicking on the data and adding a sort of the Record ID. As an example the above screenshots were filtered like:
And then sorted by the Record ID field in ascending order which is how the users expected to see the data and were asking why it wasn't as they expected.
i'm not sure if i've described the issue right (i hope i have) and whether its possible or whether its just something that i need to explain to the users why its the case that if you filter on a specific date or sort by a date those records with the same dates will be grouped together but will be in potentially an unexpected order
thanks in advance
I have a continuous form that is by default sorted by a date field of a record. If a user enters a 10 new records which have the same date the records are sorted in a random order, which i assume is as expected, so as an example:
As you can see the last field is the record ID (which is normally not shown) and the records are not in order of entry.
So all records for the 09/09/2021 should be in the order of entry:
What i want to do is allow the user to sort by Depart Date or Dock Date and when they do it adds to the sort the secondary sort of Record ID in ascending order.
Is that something that is possible to catch when the user selects a new sort or new filter by right clicking on the data and adding a sort of the Record ID. As an example the above screenshots were filtered like:
And then sorted by the Record ID field in ascending order which is how the users expected to see the data and were asking why it wasn't as they expected.
i'm not sure if i've described the issue right (i hope i have) and whether its possible or whether its just something that i need to explain to the users why its the case that if you filter on a specific date or sort by a date those records with the same dates will be grouped together but will be in potentially an unexpected order
thanks in advance