scorpio810 wrote:
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