Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple questions on BIRT

I am new to BIRT.

  1. I have a requirement to print a HEADING based on a database value. How do I do that?
  2. How do I leave a Blank line upon break in one of the fields I am reporting?
  3. In the footer, I need to say "Page X of Y" where Y is the total number of pages?

1 Answers

  1. After creating the data source, switch to the "Master Page" and drag the field in question into the header.

  2. No idea.

  3. There are a couple of computed fields (called "AutoText") available. One of them renders itself as the total number of pages.

like image 81
Aaron Digulla Avatar answered Apr 13 '26 00:04

Aaron Digulla