Hi
I am uploading documents while raising request after submitting the request the documents which i uploaded is showing in different order means the doc was not showing according to the order i uploaded
there was query rule which was showing documents by extracting from DB the query rule itself returning document details in different order like below there was no sort defined in query rule too kindly provide your thoughts on the same
logic in query rule
Discussion posts and replies are publicly visible
Well, when you need a sort order, you will have to add a field to the table that stores that. And then, add a sort to the query.
new field needs to be add or for existing doc id column only we can sort could you please confirm