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!

2

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

3

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..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !