1. Strange, in admin panel of Joomla I have this column as first and would be very useful to have it in ARI table. It makes possible to filter by submission date.
2. If this is just an order of fields, then the fields in the form and database are ordered as I need, see the screenshot I send the first.
Why then they should be in ARI table in different order?
Thinking a little, I found the solution somehow spontaneously, and this makes me happy now
I just changed in Querry the:
ORDER BY SubmissionId DESC, FieldName ASC
to
ORDER BY SubmissionId DESC
Now the order of columns in the ARI table is the same as in my table in backend.
3. I did, it is OK now!
Thanks a lot again!