Occasionally, I’d like to add a field to a query that results in a sort of record index value in the query result. That is the result of the query might look something like:
1 George
2 Mary
3 Ralph
4 Sally
etc.
where the 1,2,3,4,… doesn’t come from a source table, but rather from a calculation; something like Index:Index+1 (which doesn’t work, but hopefully you get the idea).
Can this be done?