![]() |
Admin 12/6/2022 |
Something like this is possible but it will be all custom coding and not really sure what kind of advice you looking for here. Normally, problems like this are solved on the API side of things. It will be much easier for everyone if your supplier returns datetime values in a proper format that can be sorted using built-in options. |
V
|
valdaure author 12/7/2022 |
I agree entirely. I requested that they provide date/time in a single field, but they preferred to leave things unchanged. Would it be possible to sort the recordset on two or more columns? Or does sortRecordset require specifying just one column? Some sample code for how to perform the sort on two more columns would be greatly appreciated. Thanks again for all your help. |
![]() |
Admin 12/7/2022 |
Unfortunately, we do not have such sample code. We can develop this kind of functionality as a custom solution. Contact support directly if you are interested. |
V
|
valdaure author 12/7/2022 |
OK. Thanks. |
V
|
valdaure author 1/3/2023 |
Fortunately, I was able to persuade the API provider to make a proper date/time field available. That solved it. Thanks. |