Quote:
Originally Posted by DVdm
Well, what I really want, is all the books that I have read, sorted by read date, most recent on top. All the other books, that I haven't read yet, I want below the read ones, sorted by autor, then by series, and finally (the ones that a not part of a series), by title.
Makes perfect sense for me 
|
Any of those are valid BY THEMSELVES
I have 2 VL (have Read and To Read) (they are
filtered views)
I use tri-state fields: If {#read} is false, It is in the To Read VL (and the flip)
I can sort Have Read by date in {#read} (or any other way)

sorts have
bias from previous sorts
You do things to establish the
Bias before the final sort.
So, if I sort on have read, then by Author, those should list the AUTHORS books in finished order. Any other sort between those will risk disturbing the bias.