Been struggling with this one for a bit. Wonder if anyone has come up with a solution.
The need is to center a report header AND repeat it for each page of a PDF export in a report that has a variable number of columns. I can accomplish one or the other using textboxes or conditional logic but not both.
I'm able to center a text object by aligning it with the window width, but because this becomes independent of cells it disables repetition.
Setting the report header format doesnt seem to make a difference.
Anyone