0

I'm not able to include spaces in column header names

I've tried specifying column name in SQL query and changing the display name in the Structure tab and both don't work. When I try to change the XML tag name it errors out (space is an invalid character)

pmpm
  • 1
  • Your title says 'space in column header', which should certainly be possible, but it looks like you are trying to get a space into the XML element name. This is against XML naming rules. – Based Nov 23 '22 at 07:20

2 Answers2

0

You CAN NOT have a column header name starting with space(s), but you can add padding to it in the bi-publisher report layout. You should select your table column header that you want,choose Properties tab and on Appearance section click on padding button (small one on the right with 3 dots): enter image description here

Increase the left padding number, click ok and the column heaader will be moved to the right: enter image description here Regards...

d r
  • 3,848
  • 2
  • 4
  • 15
0

i had to replace the report template with an eText template to specify the column names in an rtf file.

pmpm
  • 1