Report sorting and filtering (1 Viewer)

ECEK

Registered User.
Local time
Today, 09:05
Joined
Dec 19, 2012
Messages
717
How does a Report sort it's data in the absence of any report sorting (seeing as it disregards the underlying Query) ?
 

plog

Banishment Pending
Local time
Today, 03:05
Joined
May 11, 2011
Messages
11,634
It doesn't.

If I shuffle a deck of cards and then lay them face up on the table, your mind will see patterns in how they appear. That doesn't mean my shuffling applied any order to them. The fact of the matter is they have to appear on the table some how and your mind makes the leap to the fact that an order was applied to them.

There is no sorting in a report (or query or table) that you have not explicitly told how to be sorted.
 

ECEK

Registered User.
Local time
Today, 09:05
Joined
Dec 19, 2012
Messages
717
Bugger !!!
The thing that throws you is that it is consistently sorted in the same (as you confirm) way.

That's like shuffling your cards and getting the same random result everytime

Thanks Plog
 
Last edited:

Mark_

Longboard on the internet
Local time
Today, 01:05
Joined
Sep 12, 2017
Messages
2,111
ECEK,

If you shuffle a deck, turn the cards over, and place them in a new stack face up, if you turn the deck over without shuffling again you get the cards in the same order again.

If you DON'T tell the query/table to shuffle things you should see them in the same order until something changes, such as compact/repair on the database or new records overwriting "Deleted" records.
 

Users who are viewing this thread

Top Bottom