We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Need to remove line breaks on report headers

nathaliafh
6 - Meteoroid

Hi All,

 

I  am trying to use report header functionality, however it seems to provide line breaks automatically

 

Does anyone know how to remove the line breaks? 

4 REPLIES 4
binuacs
21 - Polaris

@nathaliafh Can you screenshot your report hader issue here?

CharlieS
17 - Castor
17 - Castor

Hi @nathaliafh 

 

Are you using the Report Header tool? While it is a convenient tool, you can actually use any Layout field as a header field. How about using other Layout tools and creating your own header that doesn't include the spaces/breaks? 

Otherwise as @binuacs suggested, we might need more information + images. 

 

 

nathaliafh
6 - Meteoroid

hi @CharlieS  and @binuacs 

 

please find below the samples, the line automatically provided by alteryx is highlighted in yellow

 

I have tried the solution to use other layout as header, however it feels troublesome if I have more than 1 pages

 

Currently I'm using report header and replace option of Replace([Header], "<hr/>", "") to delete the line breaks. can anyone suggest better option to this?

 
binuacs
21 - Polaris

@nathaliafh The report header is a built in macro provided by Alteryx, if you open the macro you can see where the line is added, you can remove the line which is In a report text tool then save as the macro in different location and use in your report or create a macro similar to the reporting header tool and exclude the line break

Labels
Top Solution Authors