Skip to main content
Solved

Hidden a text from the Report Designer header

  • August 28, 2025
  • 1 reply
  • 48 views

ZTC ZTC JGOTA
Hero (Customer)
Forum|alt.badge.img+14

Hello IFS Community,

 

I’m working on a report where the First Page is disabled and I’m using only the Repeat Page.

I have a header text that I want to show only on the very first printed page (Red Block-screenshot below) (which is the first Repeat Page), and then hide it on all subsequent pages.

How can I achieve this?

I’ve tried visibility conditions using functions like GetPageNumber() = 1, CurrentPage() = 1, and PageNumber() = 1, as well as iif(GetPageNumber() = 1, true, false), but the report stops printing when I apply them. I’m on Report Designer 200.3.0001 (IFS Cloud 24 R2).

 

Any idea?

Best answer by dsj

Hi JL,

 

Page number cannot be used in calculations. 

What you can do is,, enable the header in the first page with the same size as in repeat page, add the same fields  + your new field.

 

 

Hope it helps!

Damith

1 reply

dsj
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • Answer
  • August 30, 2025

Hi JL,

 

Page number cannot be used in calculations. 

What you can do is,, enable the header in the first page with the same size as in repeat page, add the same fields  + your new field.

 

 

Hope it helps!

Damith