-
Custom Report Item - Rotate Text
Hello BIRT community, The old version of the custom report item example are under https://www.eclipse.org/articles/article.php?file=Article-BIRT-ExtensionTutorial1/index.html and https://www.eclipse.org/articles/article.php?file=Article-BIRT-ExtensionTutorial2/index.html A new version of it can be found now on github. I…
-
enscript bug
Somebody can help me to get Windows Initialize case enscript for encase 6.19?? I know there's a bug with version 6.x, when the OS is on the second logical partition. Can you help me?
-
Customizing tool tip fonts in Open Source BIRT Reports
Currently, in Open Source BIRT reports there is no way tool tip can be customized. The default font size could be too small for all users. However, it cannot be changed from the UI. This tip explains how to use the QTip libraries to integrate custom tool tip in BIRT Reports so that so that the font size and other…
-
Customizing tool tip fonts in Open Source BIRT Reports
Currently, in Open Source BIRT reports there is no way tool tip can be customized. The default font size could be too small for all users. However, it cannot be changed from the UI. This tip explains how to use the QTip libraries to integrate custom tool tip in BIRT Reports so that so that the font size and other…
-
DFC code for extended permission
HI Team Could some one hep me with some dfc code for extended permissions in documentum. Regards Shashank
-
Issue in DAR deployment
We are facing issue while installing a dar using Composerheadless 7.3. We have deleted few objects which will be installed by the dar and now if we try to deploy the dar again it throws class not found exception. Can someone suggest any solution?
-
How to get permissions to view Documentum Support Forum
Hi, May I know how to get permissions to view Documentum Support Forum? like this page below: https://communities.opentext.com/forums/discussion/152212/not-able-to-apply-retention-on-folder Many thanks Bing
-
resolving variables in ucf.installer.config.xml
Webtop 6.8.2 on linux resolving variables in ucf.installer.config.xml for a Windows client For guidance, we are referring to the information in the "Configuring UCF client path substitution" section on p57 of the EMC Documentum Web Development Kit Version 6.8.2 Development Guide. when we use the java system property…
-
Visualize Sankey diagrams in iHub
Sankey diagrams are a specific type of flow diagram, in which the width of the arrows is shown proportionally to the flow quantity.<br /> <br /> Using the iHub Custom Visualization report item with D3.js, you can add Sankey diagrams to your reports.<br /> <br /> We used this example…
-
Accessing mongoDB Atlas from iHub
[color=rgb(0,0,0)]iHub 16.2 ships with mongoDB Java client 3.2.2, which is not compatible with mongoDB 3.4, the current version of mongoDB Atlas.[/color]<br /> <br /> [color=rgb(0,0,0)]You can replace the library in (Eclipse) plugins, org.eclipse.orbit.mongodb_3.2.2.v20170222-2110.jar with a later one such as the 3.5…
-
Cytoscape Dagre JavaScript visualization in iHub. Multiple parents/roots.
Working example of Dagre layout for DAGs and trees with Cytoscape.js in a report using the commercial Information Hub Custom Visualization report item.<br /> <br /> The dagre layout organizes the graph using a DAG (directed acyclic graph) system, written by Chris Pettitt. It is especially suitable for DAGs and trees.<br />…
-
Calculate report generation time between initialize and afterFactory events
If we take a look at the order of events for report generation (http://www.eclipse.org/birt/documentation/integrating/scripting.php), you'll find the following events where we calculate the time between the initialize and the afterFactory events.<br /> <br /> <br /> First, we will save the start time in the initialize…
-
Joyplot in a custom visualization using D3.js
Working example of Joyplot in a report using the commercial Information Hub Custom Visualization report item with D3.js.<br /> <br /> This example is based on laurent chauvirey’s D3.js block (https://bl.ocks.org/lorenzopub/fd8fb845b33d1cff42d7f70669bb9a57), which was originally based on Henrik Lindberg's chart using R…
-
Identify outliers, and remove outliers in HTML5 charts
The attached example demonstrates the ability in iHub HTML5 charts to both identify and remove outliers. The first chart shows where those outliers are, and the second chart is rendered without those outliers.<br /> <br /> The magic is in the function based on…
-
Remove the selected files as a workaround to use BIRT 4.6 runtime artifacts.
Workaround to use BIRT 4.6 runtime jar. Delete the the selected files to use 4.6 runtime jar.<br /> The currently available jar as part of the SDK is unusable.<br /> See https://bugs.eclipse.org/bugs/show_bug.cgi?id=497356
-
Show/hide tables based on passed in date parameter
This example uses a passed in parameter to determine which table to show. Each table uses the visibility property and code similar to below.var paramDate = new Date(Date.parse(params["NewParameter"].value));var flipDate = new Date(Date.parse(params["flipParam"].value));var paramDateComp = paramDate.getTime();var…
-
Technique to combine data from 2 crosstabs in to another visualization for comparison.
I have worked on multiple projects where one of the requirements is to have 2 crosstabs (or tables) with different filter criteria and then have a 3rd visual (crosstab or chart) that combines both for comparison. Thanks to Clement Wong for showing me the way. <br /> The idea in general is to store the data in the crosstab…
-
Example of converting date time from UTC to a specific time zone.
Example of how to convert time zones. For this example I used a CSV file that includes the current time zones with offsets (these might change). This CSV files is used for a parameter selector. I am using a scripted data set to display 24 rows for 24 hours. This report will then convert these times (assuming they dates are…
-
With a combination of scripting, fixed layout, and grids you can create a sturdy "Printable&quo
This report example shows a quick way to create a report which can be used as a single page invoice. It is an alternative to putting the content of a summary totals section into the footer of the master page. It is the first step in creating a more complex single / multi-page invoice layout. <br /> <br /> By adding rows…
-
Demostrates infographic capabilities in Open Source BIRT
Attached is an example, created in OS BIRT 4.6.0, that showcases the capabilities of BIRT in a non-traditional report, an infographic visual.<br /> <br /> The report design is self contained for ease of demo purposes. It uses the sample Classic Models database, and has the images embedded in the report.<br /> <br /> Here…