Skip to main content



      Home
Home » Archived » BIRT » Access Data Row in Master Page Header/Footer
Access Data Row in Master Page Header/Footer [message #162099] Wed, 17 May 2006 20:43 Go to next message
Eclipse UserFriend
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 11:21 Go to previous message
Eclipse UserFriend
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: Tue May 13 04:02:43 EDT 2025

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

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

Back to the top