Topic: Summary - Sort by page number
Hi Guys !
How can I sort by page number?
I tried, but they are out of order.
You are not logged in. Please login or register.
QElectroTech → EN : Help, suggestions, discussions, ... → Summary - Sort by page number
Hi Guys !
How can I sort by page number?
I tried, but they are out of order.
Set the 'Page' column first, or adjust the SQL query
SELECT folio, title, author, date FROM project_summary_view ORDER BY pos, folio, title, author, date
Oh ! Great ! Work !
Tks all !
SELECT folio, title, author, date FROM project_summary_view ORDER BY pos, folio, title, author, date
Hi Laurent,
I defined an user-property which is used on each folio. How can I use it within the SQL command?
If I just change your command into
SELECT folio, title, date, status FROM project_summary_view ORDER BY pos, folio, title, date, status
it only shows a little grey box.
BR Joe
Hi Joe,
export your database and open it, you can show if your user-property appears?
See my post here:
https://qelectrotech.org/forum/viewtopi … 256#p16256
Code database:
https://github.com/qelectrotech/qelectr … tabase.cpp
BR Laurent
QElectroTech → EN : Help, suggestions, discussions, ... → Summary - Sort by page number
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.027 seconds (21% PHP - 79% DB) with 9 queries