Mikelgiles Active Member Licensed User Longtime User Aug 26, 2020 #1 Does CreateDataView include a way to sort a table descending on a date column which is stored as a long value? I am using a lot of CreateDataView commands and even more ClrarDataViews and need a way to sort by a date column in the descending mode.
Does CreateDataView include a way to sort a table descending on a date column which is stored as a long value? I am using a lot of CreateDataView commands and even more ClrarDataViews and need a way to sort by a date column in the descending mode.
Erel B4X founder Staff member Licensed User Longtime User Aug 27, 2020 #2 1. CreateDataView adds a filter. It has nothing to do with sorting. 2. Date columns must be stored as ticks. 3. Sorting works with date columns. Upvote 0
1. CreateDataView adds a filter. It has nothing to do with sorting. 2. Date columns must be stored as ticks. 3. Sorting works with date columns.