Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Access Data Row in Master Page Header/Footer
Access Data Row in Master Page Header/Footer [message #162099] Thu, 18 May 2006 00:43 Go to next message
Kai is currently offline KaiFriend
Messages: 12
Registered: July 2009
Junior Member
Basically I am trying to display dynamic information (from the database)
under the footer page. This is what i have done

1. Create global variable under initialize()
abc = "did not set";
2. Save the result under JDBC Data Set fetch()
abc = row["aaa"]; or abc = "has set";
3. Then in the master footer section, i insert a data object displaying
the abc object

4. To force the data set to be loaded before display the footer
information, i have created a invisible data object/dynamic text in the
body.
row["id"] -> in a invisible data object/dynamic text

The work under the HTML preview, data has been set and display the
information i have set under the fetch(), but when try to preview it in
PDF, it did not work. It seems that the footer section is loaded even
before the dataset. But is strange that this trick work under the HTML.

Any ideas?
Re: Access Data Row in Master Page Header/Footer [message #903634 is a reply to message #162099] Fri, 24 August 2012 15:21 Go to previous message
Daniel Ng is currently offline Daniel NgFriend
Messages: 1
Registered: August 2012
Junior Member
Hi Kai,

Have you figure out your issue? I need to do something similar and running into the same issue as you did. If you did overcome your issue, could you share your solution?

Thanks,
Daniel
Previous Topic:Bar Chart - Handling big variance of values
Next Topic:Cross Tab Détail Area Display
Goto Forum:
  


Current Time: Fri Apr 26 12:47:57 GMT 2024

Powered by FUDForum. Page generated in 0.02656 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top