Intelligence (Analytics)
Analytics applications that use Magellan BI & Reporting
-
Run Birt report in AS400
<p>Hi I had BIRT report project working in PC.</p> <p>I have Birt engine folder in C:\ .</p> <p>In the config.setenginehome point to c:\birtengine runtime</p> <p>Now I need to move this project to AS400 (iseries)</p> <p>Do you have steps to move this project to AS400?</p> <p> </p> <p>Thanks if you provide the knowledge</p>…
-
Hyperion to Opentext BIRT Migration
I just wanted to understand, how feasible it would be to migrate existing Hyperion Application to Opentext BIRT. I am aware aware of the fact that Hyperion is CPM tool (Customer Performance Management) which is not a typical BI tool like BIRT and would be used for specific type of requirement where users need to access…
-
Birt Report runtime version 4.4.2 uses iText 2.1.7 version and iText 2.1.7 has XXE vulnerability.
Currently I am using Birt Report runtime version 4.4.2 and it internally uses iText version - 2.1.7 I have Birt report .rptdesign files as template and using Birt Report runtime engine to create/render pdfs where data comes from database and pdf will be rendered on web browser. as per below link there is XXE vulnerability…
-
open source BIRT vs Actuate? (2)
Hi Virgil<br /> <br /> Do you have a matrix that show the products uses and costs? that would lessen much of the confusion.<br /> <br /> an example: <a class='bbc_url' href='http://www.adobe.com/products/acrobat/matrix.html'>Adobe - Adobe Acrobat family: Product comparison</a><br /> <br /> Thanks
-
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…
-
Anyone please suggest any new concept/ tool related to this Opentext BI
Hello Team, Happy New year!! I would like to learn and practice any new topics/ concepts related to this Opentext BI. Could anyone of you please suggest me the best concepts to prepare and the references. And also please share with me if there are any upgraded tools related to this. Thanks in advance.
-
Failed to render reports if run series of reports consecutively
<p>Hi,</p> <p> </p> <p>When we run series of reports (say more than 20 reports) consecutively, we gets an error message “Cannot get report parameters for the specified file†each time when a new reports are being run. After a long pause (say more than 4 hours), the reports can be executable without any issue.</p>…
-
Pass Optional parameter in Report
Hi , I am new to birt, I have made reports which 4 to 6 parameter and i have integrated the report in jsp . I am using hibernate connection for database all thing are working well .But the problem i want to pass optional parameter to report .how can i do this staff I have changed the Parameter and have unchecked IsRequired…
-
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
-
Bar chart X series
Hi all, Sorry I may have asked similar question for Y series, but this time I have a question regarding x Series, My X series will always return no more than 3 values Red, Green and Yellow, what I want to do is to change the bar color based on the each value , attached an example, thanks for your help
-
Analytics Designer install issues
<p>Hi, all! I'm in the process of trying to install the Analytics Designer, and am having issues with the program actually running. I am currently using BIRT Designer Professional v11.0.3 for our report designs, but wanted to get this new version to try. The installation goes without a hitch, but as soon as I try to fire…
-
chart value (Y)s series and Category (Y)s series word wrap
Hi , Is there way to custom word warp (Y)s series and Category (Y)s series, by custom I mean controlling how many world/characters to wrap. Thanks
-
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…
-
How to control chart ui options using client script on chart level?
Hi, Below are ui options to control chart interactivity from viewer object; var uioptions = viewer.getUIOptions( ); uioptions.enableToolBar(true); uioptions.enableChartSubType(false); uioptions.enableEditReport(false); uioptions.enableFormat(false); I need them on chart level; example if my report holds two chart, I want…
-
How Bar Chart fx Client script to handle multiple charts via jsapi script?
Chart.setChartTitle("Analysis for : "+categoryData);Chart.setFilters(new actuate.data.Filter(filterQ, actuate.data.Filter.EQ, stage_id));Chart.show();Chart.submit(); Above Is working for me But I have to handle multiple related chart (right side ) on clicking left side bar for that I am trying below function; it is working…
-
This report contains no parameters.
<p>Help- No report parameters showing up when running report. Attached are some screenshots.</p><p> </p><p>For some reason this is happening with all reports.</p><p> </p><p>thanks</p><p>Ramon Lopez</p>
-
Unable to access connection profile from Resources if Datasource created dynamically in beforeFactor
If I create datasource from predefined profile, it looks account profile first in Resource file; that is ihub default behavior .... local.acconnprofiles but if I create dynamically inside beforeFactory method, It is unable to found file from Resource var connectionProfilePath = "**local.acconnprofiles"; is not working but…
-
Birt Designer - Insert Table Elements dynamically using Event Handlers Scripting
<p>Hello,</p> <p> </p> <p style="margin:0px 0px 1em;font-size:14px;color:rgb(0,0,0);font-family:Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;font-style:normal;font-weight:normal;text-align:left;">i'm using Eclipse Birt Designer v4.4.1,</p> <p style="margin:0px 0px…
-
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 =…
-
Birt Report Maximo workordr longdescription
Hi, I need to display Maximo workorder long description in a birt report. When the report is run in birt designer, the long description is displayed, but is not displaying when run in maximo. Please help. Thanks