BIRT - Adding Dataset on Master Page - URGENT PLS How can I add two column table on BIRT master page
#1
Posted 13 December 2011 - 06:22 AM
I have created a BIRT report which is working fine. I am now having a problem with adding a table on the Master Page with 6 rows. I need to have this information on the masterpage because it has to appear on every page - giving description of the Acronyms used in the report. I know that you can not add a dataset on the master page so how else can I accomplish this task? Please help. I am in a very tight schedule. Thank you.
#2
Posted 13 December 2011 - 06:41 AM
I think there is no option for inserting table in a master page.[not sure - upto my knowledge i am saying].
but you can do that by dragging grid into the masterpage header and within that you can insert dataset data's and also provide label for that. By this way you can create a table structure.
Hope this will help you.
-- Kabil
#5
Posted 13 December 2011 - 08:32 AM
Thank you for your response.
#7
Posted 14 December 2011 - 06:04 AM
CuriousTec, on 13 December 2011 - 08:32 AM, said:
Thank you for your response.
#8
Posted 14 December 2011 - 06:13 AM
Thank you for sending me the DevShare link. I have used this example once before but it did not work for me. I have added all the information required (initialize the HTML table) create HTML table etc, but when I preview the report the HTML table is not displayed. This is what I have so far:
This is added under onFetch)
if (htmlTable == ""){
htmlTable = "<table border=\"1\"><tr><td>" + row["ACRONYM"] + "</td></tr>"
}
else{
htmlTable = htmlTable + "<tr><td>" + row["ACRONYM"] + "</td></tr>"
}
My table has only one column with not heading.
This is the information that I have on the masterpage textbox: <VALUE-OF format="HTML">htmlTable + "</table>";</VALUE-OF>.
Please let me know what I am doing wrong. I am using "birt-eclipse-designer-3.7.1
#12
Posted 18 May 2012 - 11:21 AM
#13
Posted 22 May 2012 - 08:16 AM
#14
Posted 22 May 2012 - 08:58 AM
#15
Posted 24 May 2012 - 06:54 AM
Attached File(s)
-
DataSetDataInMPChangeByGroup.rptdesign (49.8K)
Number of downloads: 20
#16
Posted 30 May 2012 - 07:46 AM
Thanks in advance.
#18
Posted 02 June 2012 - 05:29 AM
mwilliams, on 01 June 2012 - 10:32 PM, said:
Please see the attached file..Thanks alot
Attached File(s)
-
AWS_FeeDenial_Ltr.rptdesign (120.05K)
Number of downloads: 6
#19
Posted 05 June 2012 - 11:11 AM
#20
Posted 06 July 2012 - 08:33 AM
I tried to implement the page variable solution that you provided for the change of group by means of the global variable. But the group name is not populating on the master page header.
My report is based on the scripted data set that is populating data based on a java pojo object. What might be causing the issue?
Any inputs are highly appreaciated.






MultiQuote








