Hi Laurent,

thank you so much for your help. It appears that the custom value (see attachment) is not being saved in the database. Is it being saved somewhere else?

BR, Joe

scorpio810 wrote:
SELECT  folio, title, author, date FROM project_summary_view ORDER BY pos, folio, title, author, date

https://download.qelectrotech.org/qet/forum_img_2/summary_sql.png

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