-
Issue in Hyperlink between Dataset in BIRT Report
There is a BIRT report which has 3 datasets and all the 3 data set has a field LOCATION. This field should have hyperlink to move from first dataset to second data set and then to third dataset. It is not necessary that all the 3 dataset would always have values. If all the 3 dataset has values then the hyperlink moves…
-
BIRT Designer 16.4 crashes upon clicking the "Script" tab
I use BIRT Open Text designer v16.4 and all of a sudden, when I click the "Script" tab the entire application crashes/closes unexpectedly.I have tried restarting my Mac a few times. I have Magellan too on my machine which works fine. The last time I got this issue, I had to delete my existing Mac user profile and create a…
-
Parameter Data Types keep changing
Is there a way to keep the parameter datatypes from changing? I have one set to Integer, but it will periodically change to decimal or string for no reason.
-
Using khmer language in Birt Report
Birt report version being used is 4.6.0. PDF file is being generated. I want to use khmer characters in the pdf. Steps performed : Download and Install the khmer font being used in the report. Ex : KhmerOSbattambang Set the Charset of the report to utf-8. Ex : <?xml version="1.0" encoding="UTF-8"?> Create a text element in…
-
Where to deploy .jar files in Magellan
Don't know if this the correct forum for this question.... Mods feel free to move if it's not. Anyway, we are upgrading from iHub to Magellan, and I was wondering where in the Magellan file structure to deposit the .jar files we currently use. I'm guessing here: Please correct me if this is the wrong location. Thanks, Scott
-
Conditionally enable Hyperlink for a field in BIRT Report
I have a BIRT report which has 2 dataset and both of them have a common field displayed. When I click on this common field in first dataset which is a hyperlink then it should automatically move to the second dataset and show the same common field . I'm able to get this working however id the value is not present in the…
-
remove dataset records if null on fetch
When I write the following code on fetch for dataset var tmpArray = reportContext.getPersistentGlobalVariable("timeValues"); if (tmpArray.contains(row.Timeslice) == false && row.Timeslice != null) { tmpArray.add(row.Timeslice + '-'+row.GroupNo + '-'+ row.Type + '-'+ row.Value); }…
-
birt chart not displaying Caused by: java.lang.NullPointerException
Feb 20, 2020 12:05:46 PM org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor processExtendedContent SEVERE: null org.eclipse.birt.chart.exception.ChartException at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationBase.onRowSets(ChartReportItemPresentationBase.java:952) at…
-
How to show grouped aggregation data in line chart?
Hi everbody, This is my first question in this platfrom. I have grouped date in my birt report and all grouped data also has aggregation. I have added and image. ı need to show the grouped aggregation data in line chart. But I could't be successfull. Chart does not show the correct data as its calculated in grouped…
-
Hide Legend and value in graph both to disappear if their value is zero in BIRT
How to hide both categories/labels and values in the chart when the categorical value is zero in the pie chart in BIRT?
-
Get page count failed appeared when trying to move to next page
Hello, we an error "Get page count failed" on several occasions in our reports (it's not related to one and surprisingly not to all), * if we stay for more than 1-2 minutes at one page and then try to move to the next page of the report * if we stay for more than 10 minutes at one page, we get a message : report has…
-
Value Inside of Bar
For the life of me I can't remember where this setting is. I'm looking to display the value inside of the bar. See attached image.
-
Choosing data source by parameter
Good morning, all! I was wondering if it is possible to choose which data source is used for a report via parameter. Basically, I'll have a check box, if it is 'True', use one data source, if 'False', use another. I've looked for examples, but didn't really find anything..... Thanks, Scott
-
how to cancel charts action which are submitted; I want to kill charts submission before I close UI
Hi All, (closing viewer container should kill all the background calls) I am opening report using jsapi viewer and doing some drilldown/client action as submit etc sometime I close UI window (holding viewer) but still there are calls running in background as client calls as taking time/slow Is it know issue; OR can we…
-
Using Hyperlinks to other pages within custom visualization object
I want to be able to go between pages (in the same report), by using the hyperlink capabilities. For example to hyperlink to another page from a text i would normally use this. However, if i was in a custom visualization i don't have that option. Is there any way i can add some JavaScript code to a button or drop-down box…
-
BIRT format globally the text (HTML special characters) in Data Items
I have many rptdesign files and i observed that the strings they are displayed in data elements are not displayed correctly when they are containing special html characters(<,>). I know that with dynamic text elements it works, but i dont want to edit all my libraries and desgin files, instead of that i would like to try…
-
Chart type change is not working if drilldown chart bindings/dimentions are dynamic/scripted
attaching dynamic scripted drilldown report dynamic_drilldown_datacube here three drilldown pie charts available; Drilldown works for all three; but right click Chart Type-> donut fails for third first top: static cube, static pie chart; so its chart type change success EIChart button: dynamic bindings of cube…
-
Y series value in chart
Hi all, I have a chart that has a Y series which returns 1 and 2 ( values on radar chart ) I would like to change the value to show 1 to "yes" and 2 for "no", thanks
-
Dynamic Chart title fails in BIRT 4.3.1, but worked great in 3.7.1
onRender /** * Called before generation of chart model to GeneratedChartState. * * @param chart * Chart * @param icsc * IChartScriptContext */ function beforeGeneration( chart, icsc ) { var myTitle = chart.getTitle().getLabel().getCaption().getValue(); var title =…
-
Parameter and page break
Hi All, I have a requirement where I have 2 parameters "x" and "y", I would like to apply a logic to the report when entering value for parameter "x" and "y" then data related to parameter "x" show on first page and data related to parameter "y" show on second page, I would appreciate if anyone has done this or knows of…