1 (edited by ricardo_racki 2023-03-17 15:16:00)

Topic: Summary Column width

Hi guys,
how to customization summary column width?

attached print.

My sql query:

SELECT printf('%02d', folio) Página, title Título, indexrev Revisão,date Data FROM project_summary_view WHERE CAST(Página AS NUMERIC) > 2 ORDER BY Página

Thanks!

Re: Summary Column width

Is there a better way than this?

SELECT printf('%02d', folio) Pág, printf("%-170s", title) Título, indexrev Rev,date Data FROM project_summary_view WHERE CAST(Pág AS NUMERIC) > 2 ORDER BY Pág

Re: Summary Column width

https://qelectrotech.org/forum/viewtopi … 256#p16256

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."