Hello Birt Comunity <br />
<br />
I have a simple question for you.<br />
I defined a header for my report at the Masterpage these header should only displayed on the first page.<br />
I use Birt 2.5.1 and my header looks like this<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
if ( pageNumber == 1 )
{
params["header"].value
}
</pre>
But with this pice of code the header shows up on every page<br />
I am a totaly new to BIRT so forgive me for this simple question

<br />
Thanks and I hope you can help me <br />
<br />
Dude