Is there a way to sort the data in a range when the range where statement is used?
I am using a Range Where statement on a table that works well, returning the records I want, however I'd like to sort the range by a specific field that currently is not an indexed field.
I have set up a virtual key, but there is no option for using the virtual keoy on the range, that I can see. I have seen some reference to being able to combine an index range and a Range Where statement together which I think would work, but I have seen no example code and am not sure how to set this up to work.
*This post is locked for comments