report - Pentaho designer hide label depending on the page -


I am using report designer 3.8 and there is a need to place a label field and number field on each page page header I will have another field in the page header, I think you can show or hide the entire page header, but how do you make a personalized element?

Regarding, I have another element that I want to leave on the last page, where I want to hide something and show others whether there is a page [page] value or an existing one Is there anything to determine the page and maximum page count?

Cheers

You mistyped the "visible" property to hide an element Can change on If you want it to be dynamic, for example just hide on page 1, you can use your payjammer function and

  [pageNumber] & gt; 1  

>


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -