Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Birt Report Footer
chandu412
<p>Hi,</p><p> </p><p> </p><p> I have a problem with footer while generating the Birt Report. I want to Insert the footnotes in the footer according to the data in that page only.</p><p> </p><p> It is not applicable for all pages with same data. The data may changes in other pages. Some of the pages didn't have any foot notes.</p><p> </p><p>How to write the code in api to acheive this.</p><p> </p><p>Thanks in Advance,</p><p>Chandu.</p><p> </p><p> </p><p> </p><p> </p><p> </p>
Find more posts tagged with
Comments
GLO_FR
<p>Hi,</p><p> </p><p>I don't think that is possible.</p><p>The footer page belong to the masterpage, it means that it the same for all masterpage.</p><p> </p><p>In your case, the best way to do it is to place a text element on the bottom of each page (in the layout) and to specify its content dynamicaly.</p>
chandu412
<p>Hi,</p><p> </p><p>Thank you for your reply.</p><p>I am uploaded a requirement file. In page2 there is a column Drug Week5 with value 2.00e. In this case i have to display a foot note for e. The foot note should be e-<span>RBC</span>(Which is a dynamic content of that row. for example <strong>Parameter Name</strong> value). In page1 we have no any symbol like <strong>e</strong>, so we should not show foot note in firt page.</p><p>If you provide any example with a flat file, that helps us a lot.</p><p> </p><p>Thanks,</p><p>Chandu.</p>
GLO_FR
<p>Hi again,</p><p> </p><p>look as <a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/topic/33535-dynamic-header-on-master-page-dependent-on-table-groups/'>this
topic</a>, it's more or less the same answer, but you've an example joined</p><p> </p><p>The example is about the header. It's exactly the same with the footer, the only thing you'll have to manage is to place it on the wished place (bottom of your report). This mean you will have to manage dynamicaly the height of your report element</p>
ravi11
<p>Hi,</p><p> </p><p>Partially it worked for me but the variable is getting the data a bit late. As we are using On create section for getting the value for variable it is showing empty for first page and then it is adding content.</p><p> </p><p>And in the example there is only on value for each table detail and using it as variable for header or footer.</p><p> </p><p>My requirement is like this.</p><p> </p><p><strong>Page 1</strong></p><p>
</p><p><strong>Table</strong></p><p>Name Value</p><p>A 99</p><p>B 10p</p><p>C 100e</p><p>D 88</p><p><strong>Footer</strong>:</p><p>e - means excellent</p><p>p - means poor</p><p>
</p><p> </p><p> </p><p><strong>Page 2</strong></p><p>
</p><p><strong>Table</strong></p><p>Name Value</p><p>E 99</p><p>F 10</p><p>G 100e</p><p>H 88</p><p><strong>Footer</strong>:</p><p>e - means excellent </p><p> </p><p>
</p><p> </p><p>So based on the data of Value column in table i should change the footer. Please help me on that.</p><p> </p><p>Thanks for you support
</p>
ravi11
<p>Hi,</p><p> </p><p>I am attaching the rpt design. In this file i have a column named footer which has content for it.</p><p> </p><p>What I am trying to do is I want to show value of footer if exists in the master page footer where yellow color is indicated. Please help me on this.</p><p> </p><p>Thanks</p>