Skip to main content
Newcomer
May 10, 2023
Solved

Last character of the data is getting printed in the next row of the report.

  • May 10, 2023
  • 1 reply
  • 0 views

Nitishkrish16_0-1683730430353.png

Dear Community Users, 

As you can see in the above image, last character of the data [i.e., ')'] is getting printed in the next row of the report. I have tried increasing the width of the row. But it's not working. Any solutions to this are really appreciated. Thanks. 

Best answer by aricgresko

On the Column, under Header Format, use ReportColumnWidth = XXX (replace XXX with numerical values) to widen the column.  

1 reply

aricgresko
Veteran
May 10, 2023

On the Column, under Header Format, use ReportColumnWidth = XXX (replace XXX with numerical values) to widen the column.  

Newcomer
May 10, 2023

Thank you!