Skip to main content
Question

HTMLReportGenerator: bad vertical table alignment when using "group by".

  • September 16, 2020
  • 2 replies
  • 12 views

davtorgh
Contributor
Forum|alt.badge.img+12

Hi everybody,

 

I built a report composed of some tables using the "group by" parameter to split the rows in groups. Despite the data structure and types are the same (obviously), there is a bad vertical alignement beetween the tables (see attached screenshot).

 

screenshot

 

Any suggestion is welcome!

 

Thanks

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

anhphuongt
Forum|alt.badge.img
  • September 21, 2020

I wonder if you can merge all the tables into one and send it to the HTMLReportGenerator.

Otherwise, you'll have to use CustomHTML to set the column's width manually.


davtorgh
Contributor
Forum|alt.badge.img+12
  • Author
  • Contributor
  • September 21, 2020

I wonder if you can merge all the tables into one and send it to the HTMLReportGenerator.

Otherwise, you'll have to use CustomHTML to set the column's width manually.

Thank for your answer @Anh Phuong Tran​ ,

 

but i used the group by parameter just to split the table in sub-tables to keep the report clear.

 

Bye