-
dynamic text in page header
<p>Hi,</p> <p>I am new to BIRT as well as posting on this forum. I have been searching to figure out my question and although I am finding some answers I am still having trouble solving my problem.</p> <p> </p> <p>I am working with BIRT 4.6. My report consists of a list with some subreports that are also lists. The whole…
-
Placement of data in a cell.
<p>Hello! I need a piece of advice.</p> <p> </p> <p>I have one DataSet, but I place its data into two different but adjacent cells. I need data from the second cell to end on the line where data in the first cell ends…</p> <p> </p> <p>The first cell has information about correspondents; I use</p> <pre…
-
Stop iHub process
<p>Hi All,</p> <p> </p> <p>I am stopping the iHub process with command as : ./stopiHub.sh -t 0 and while stopping I am getting the below message:</p> <p> </p> <div>iHub process id = 13403</div> <div> </div> <div> Are you sure you want to shut down the iHub now? [yes] yes</div> <div> </div> <div> iHub shutting down…
-
pass through method in RSSE
<p>Could someone explain what is the use of pass through method implementation in RSSE and also when it is called during the RSSE phase.</p> <p> </p> <p>Thank you in advance</p>
-
Show detail report Below the pie chart
<p>Hi all,</p> <p> </p> <p> </p> <p>I am using Birt 4.6.0</p> <p> </p> <p>I have a Pie Chart of registered customers and when I click on a pie slice I am showing the details of the registerd customers and details report opens up in a different tab.</p> <p> </p> <p>What I want to do is when I click on a slice the detail…
-
RSSE refresh
<p>Much appreciated, if someone could share information on RSSE refresh.</p> <p> </p> <p>1) What is the refresh time interval (either minutes, seconds or other) mentioned in system console?</p> <p>2) After the refresh time interval, whether entire RSSE implementation method refreshes(start, passthrough) doesUserExist or…
-
PRS client 6.7SP3 version incompatible with BAM 6.7SP3
Hi All, I have installed the BAM server 6.7 SP3 on apache tomcat and I'm able to see the welcome page of BAM. When I try to login to PRS client, I'm getting the following exception. The most craziest thing is that we have opened an SR for this issue and worked hard with EMC support and finally one day we were able to…
-
Dynamically adding new text elements
<p>Hi everyone, </p> <p> </p> <p>I'm new to this forum and BIRT and I'm using Eclipse 4.5.1 Mars with BIRT.</p> <p> </p> <p>A data set creates a table with article positions in my report.</p> <p>One row displays all the VAT rates for each position.</p> <p>I want to create an aggregation of each VAT rate. </p> <p>Let's say…
-
Pie chart slice drill through repot
<p>Hi,</p> <p> </p> <p>I want to acheive drill through on a particulat pie chart slice <br> As i want to show details about each category shown in pie chart<br><br> I am using birt 4.6.0<br><br> Any help</p>
-
How to work on file content in a Java custom Service xCP 2.3
hello all, i would like to write a custom java code to manipulate a CSV file. This file is a content object in my repository. Does anyone knows which Java type i have to use in my interface to correctly map the content data from activity process? ByteArrayInputStream does not work. thank you Simone