Have an Incident collection with the item column indexed asc, which populates a list which does not display sorted alphabetically.
Cannot see how to make the list use this index.
Would welcome some assistance.
Have an Incident collection with the item column indexed asc, which populates a list which does not display sorted alphabetically.
Cannot see how to make the list use this index.
Would welcome some assistance.
Pete,
Setting up the index is a great idea ... But you need to change your query to use it...
In your query service.... Add a parameter for 'sort' as shown here:
For the value you put in that parameter ... Read here:
https://devcenter.appery.io/documenta...
Best,
Bruce
Hi Bruce
Thank you for the advice and prompt response, much appreciated
Kind regards
Pete