I'm creating a footer on my report, with 3 boxes. One on the left side, the second one in the middle and the last one on the right side.The left box and right box are appearing on each page, respectively with the timestamp info for the left box and for the number of pages for the right box.Middle box is appearing , at the last page of the report only.I've put the following line for my middle box[code="vb"]iif(Globals!PageNumber = Globals!TotalPages, False, True)[/code]The script says the middle box will only appear at the last page of the reportLast page is fine. Three boxes, standing side by side.Issue lies from the first page to the penultimate page.As the middle box does not appear until the last page, the right box is shifting to the left side , taking over the place where the middle box should be.I tried to fix this issue, by putting all the boxes in a rectangle. Alas no good newsI set the option [code="vb"]Keep Together = True[/code] I don't think ticking the option , see above, will help.Any insights you may have , are more than welcomeCheers
↧