Attached a report created using alteryx.
The sprayed part is header of each report.
The filled rectangles are tables corresponding to each header.
Notice the black line which is coming after every header, I want that to be removed.
Also I want 1 additional empty line or space to be added before every header, as there is no space right now between table and next header.
Also if the space (empty line) coming after header can be removed, it will be perfect.
Right now I am using the following workflow tools combination to get result. (in the next ss attached).
There are 5 reports getting created and being consolidated in 1 excel output in vertical orientation, with the above formatting.
Solved! Go to Solution.
I believe the black line gets added by the header tool, and there's no way to remove it. However you don't need to use a header tool - replace it with a Report Text tool instead and use that as the header, and you won't get a black line.
You can control spacing around the header by adding new lines, possibly with a space to force it to display as an extra row.
@Christina_H Thanks, worked.