-
canShrink property on LabelHandle is not working with PDF and EXCEL Report using BIRT
Hi All, I am working with BIRT(4.6) and Eclipse mars2(4.5). I am creating a report using EngineConfig object and creating the report in HTML, PDF and EXCEL formats. The number of the tables and data inside the table I am filling dynamically. I am creating the CellHandle for each column in my report and adding the…
-
BIRT JBoss Module
Hello all, I'm having quite a bit of trouble getting BIRT to generate a PDF file. It never returns any data. The report file works fine in the Eclipse viewer but not in my application. The driving query returns data, the parameters make it to the BIRT engine (as verified by echoing them on the report), and the BIRT engine…
-
Can we get rptdesign of Calendar view report
http://developer.actuate.com/community/forum/index.php?/files/file/1065-d3-calendar-view-in-a-birt-report/ Similar to above blog can i get the rpt design and more informations how to do it?
-
Align decimal points
Thanks in advance! birt designer 4.31, we have the following data: $123.45 $3256.87 $2345667.34 $1.45 what we are looking for should look like this: $123.45 $3256.87 $2345667.34 $1.45 Thank.
-
Develop extension for Expression builder
Hi all, I would like to develop my own function to use it in the expression builder. Goal is to have a function that is calculating the proper Code 128 String based on the input value. I know how to code the function in Java but how do I actually create a new function that I can use in the expression builder? Is there a…
-
Another question on embedding labels on a chart
Good morning, all! I know everyone has been waiting for this week's charting question, and, here it is..... This is close to my earlier post about embedded labels, except that this chart design deals with changing stacked bars. If you look at the pic, you'll see that for this run, we have three scrap types with non-zero…
-
Compare current row with previous row value
I am new to developing reports in BIRT. can someone help me in determining how to obtain previous row value. I want to compare current row value with previous row value. There are three columns in my report. I have grouped the data on first column and the detail rows has first, second and third column. It is the second…
-
Combining multiple Category (X) Series values on one bar
<p>Good morning, all! Another week brings another chart modification request from one of my end users. This time, they've asked if it is possible to make a bar chart that has multiple values (4) on the Category (X) Series that only has one bar that is broken down into those Series values (see pic for example).</p> <p> </p>…
-
How to Create resource allocation graph
<p>Hi Team,</p> <p>I want to create resource utilization graph in BIRT ,I have database shown in image ,I want to create graph like shown in image,How to create it?</p> <p>please Give me a any suggestion,it will really helpful for me</p> <p>Thanks in Advance</p> <p> </p>
-
Embedding a label in a bar chart
<p>Good morning, all! </p> <p> </p> <p>Developing another chart report, and have been asked to embed a data value in each bar. Now, you might say, 'That can be done in the Chart building pop-up.', which is true, but this is a bit different. What I have been tasked to do is instead of the data showing up in the Tooltip on…
-
Accessing @Autowired beans in Java event handlers in spring boot
<p><span style="font-family:verdana, geneva, sans-serif;"><span style="font-size:14px;">Hi Team,</span><br><span style="font-size:14px;">I am using spring boot application to run the report and to create Java event handlers. I am able to set the spring context using the below code. </span></span><br>…
-
Working with linear gauges and multiple data values
<p>Hi, all! I'm designing a linear gauge that has two pieces of data I want to show with the pointers. I can get both to show with no issue, but was wondering if it is possible to have one value pointer go along the top of the gauge, while the second pointer occupies the bottom. While going through the 'Edit Gadget' menus,…
-
Week ending condition
<p>Hi all,</p> <p>firstly I am sorry for these multiple question in the last two weeks, really under pressure;</p> <p>I wander if someone can help me to figure out this logic, I have used it a few years ago but I cant just figure it out today :( </p> <p>I have this logic from older reporting tool (crystal report)</p>…
-
Week ending condition
<p>Hi all,</p> <p>firstly I am sorry for these multiple question in the last two weeks, really under pressure;</p> <p>I wander if someone can help me to figure out this logic, I have used it a few years ago but I cant just figure it out today :( </p> <p>I have this logic from older reporting tool (crystal report)</p>…
-
Min_Max Size of bubble chart HTML5
<p>Hello,</p> <p> </p> <p>i want to change the minimum and the maximum size of a bubble in a HTML5 bubble chart.</p> <p> </p> <p>I already use this script to change the color of the bubble depending of his size, if it can helps.</p> <blockquote class="ipsBlockquote"> <p> </p> <p>beforeDrawDataPoint: function(point,…
-
Missing comma separators and adding them back in
<p>Good morning, all! I've run into a formatting dilemma that really has me scratching my head.... I've designed a line chart that pulls in values from a table and the 'Use 1000s separator' box is checked in the 'Format Number' area. In the chart, I have the 'Mouse Over' set to display the value pulled in from the table,…
-
Error when adding highlight
<p>Hi all,</p> <p> </p> <p>I want to add a highlight to a table column. But when filling in the condition using the 'select value' option I get an error. A report variable which I use in a script does not exist. But it does as you can see in the screenshot! Any ideas?</p> <p> </p> <p>See attached screenshots.</p> <p> </p>…
-
Row colour based on previous result
<p>Hi All,</p> <p>is there way to compare a result of same filed and change the colour of repeated result ?</p> <p> </p> <p>ie</p> <p> </p> <p>column name</p> <p> 1 ( font color black)</p> <p> 1 ( font color red)</p> <p> 1 (font color red)</p> <p> 1 (font color red)</p> <p> 2 </p> <p> 3 ( font color black)</p> <p> 3 ( font…
-
Static dataset in BIRT through design engine API
<p>Hi BIRT Guru's,</p> <p>I am creating report design in Java through design engine API. I want to create static datasource and dataset through java.</p> <p>My requirement is that i want to set the values of the dataset while creating it in JAVA.</p> <p> </p> <p>Is there a way to achieve it in BIRT API's?</p> <p> </p> <p>I…
-
Table Header Repeat
<p>Hallo,</p> <p>in my example i have a table, there are to lines in the header (repeat header ist activated). </p> <p>Also in every page brake the header repeats.</p> <p><span><span>What I want is that one line from the header does not repeat itself, only one from two lines.</span></span></p> <p> </p> <p>Is there a…