Hello
We have a problem with the page footer. In the page footer are two textboxes:
Textbox 1: ="Page " + PageNumber + " of " + PageCount
Textbox 2: © text123
When we export the report to pdf there is no problem. But when we export the report to Excel (xls or xlsx) we get the following text in our textboxes:
Textbox 1: .504 Page 1 of 34
Textbox 2: .504 © text123
We don't know what this ".504" is and how we can fix it. We have approximately 50 reports on our systems and this is the first time we have this problem.
We tried following:
- Delete the textboxes and create new one
- Use HTML text box instead of the "normal" text box
- Use single quotes (') instead of double quotes (")
Does anybody have an idea how we can fix it?
Best regards
Diego