-
BIRT_ROOT div tag ID - how to change it
<p>I have developed a number of reports that are to be displayed on a JSP using JQuery for a tabbed page for multiple reports. When I pull one report into the page, everything works fine because there is just one report with a tag ID of "__BIRT_ROOT". However, when I open 2 or more reports, it corrupts them all because…
-
Perplexing issue between BRDPro and iHub with a report design
<p>Hi, all!</p> <p>I've run into an issue that has me tearing my hair out trying to find what the problem is (and I don't know if I'm even looking in the right place to solve it).....</p> <p> </p> <p>In my report, I am pulling a datetime in from the DB that is in UTC format, and we have a JS file that converts to local…
-
Cascading parameter always gets an empty first value
<p>Hello guys,</p> <p> </p> <p>I'm new to BIRT reporting and I'm having some problems, maybe you can help me out.</p> <p> </p> <p>I have two cascading parameters, each one being a list box.</p> <p>The first one is an ID I am selecting and the the second one can be a list of values (an array) that are linked to the first…
-
Display superscript * or # along with the data values
<p>Hi,</p> <p>i have got a requirement from customer that need to display * or # based on some condition when display the output.</p> <p> </p> <p>Eg: output field</p> <p> </p> <p> If product name is active then use * , if product name is inactive then use #.</p> <p> </p> Product ID Product Name 1 P1* 3 P2# 4 P2* <p> </p>…
-
Parameter needs to contain, not equal, user input.
<p>I have a 12 digit asset tag that starts with a series of zeroes, like so:</p> <p> </p> <p>000000039182</p> <p>000900458283</p> <p>000003957178</p> <p>etc.</p> <p> </p> <p>I've got my asset tag parameter working so that if the user enter in the whole number (including leading zeroes), the report will only show data for…
-
Set of metadata properties (creator) of PDF report
<div>Hi,</div> <div> </div> <div>I have problem with metadata of created PDF.</div> <div> </div> <div>In properties of this PDF file are metadata like Title, Author, .. these properties I can change.</div> * via report itself, or * by code: <div> <pre class="_prettyXprint"> /* ('design' is instance of…
-
BIRT report viewer progress bar disappears
<p>Hi All,</p> <p> </p> <p>In my birt report , I am fetching data from database and also from web service, but when user selects long date range , for exact 5 minutes progress bar appears and after 5 minutes progress bar disappears, though there are no exceptions in logs.</p> <p> </p> <p>But as progress bar disappears…