-
Birt Viewer Frameset
<p>Hello,</p> <p>I would like to know if someone has experienced something similar.</p> <p> </p> <p>I have a report served through viewer servlet deployed in a tomcat (7) using jr6 on windows7 (RE is 4.5). This report receives a parameter (lets call it Param-A). Also has a few jquery scripting in dynamic html text…
-
How to use Parameter with ListBox to pass multiple entry(data set with query in case of IN(multiple
<p>Hi All I have a requirement about when client wants to select Branch of the parameter(List Box), So client can select any Branch or select All to see all of them for the report, for now we use data set with the query and use statement like "Select * from table where column in (?)" in this case i define the parameter of…
-
Connection refused
<div>Hello</div> <div> </div> <div>I'm new to Birt, and am exploring the OpenText Analystics Designer software and am studying the "Actuate Birt Application Developer's Guide" and I'm in the implementation point of Birt application and am setting up a "New Server profile" when I make the settings required in document, it…
-
eroomxml : Where did the documentation go?
Hello, Up until now I was able to get information on eroomxml query reference from the online eroom help by using the following URL : http://eroom_server/eroomhelp/en/XML_Help/Complex_Types_and_Elements.htm Now since some time ago, it's not available anymore. The only thing I can see is AccessControlType. All the other…
-
read the information console name
<p><span style="font-size:14px;">Hello,</span></p> <p> </p> <p><span style="font-size:14px;">We try to use multiple information consoles to have a different login experience for different customers. As these work on the same ihub portal we want to read the information console name (default is iportal) to filter the reports…
-
Blob Data
<p>Has anyone had success using expressions with native JavaScript functions to manipulate blob data? It will work on standard data fields, but does not seem to work with blob data fields. I was testing with the 'toLowerCase' and 'replace' functions.</p>
-
Can we use Birt in commercial applications?
<p>I am building a web application in jsf. I need to use a reporting tool for generating reports and exporting them to pdf or excel.</p>
-
Example how to dynamically add filters to tables and crosstabs in script.
Example how to dynamically add filters to tables and crosstabs. The code is in the beforeFactory. There are 2 examples:<br />* Add Filters to Tables and Crosstabs.rptdesign is designed in OS BIRT 4.5. It uses the Classic Models database as the data source. In general it is better to add the filters to the data set so the…
-
Multiply Integer Value times Float Value
<p>I have a report written in BIRT 4.5 .</p> <p> </p> <p>The table is tied to a dataset which comes from a stored procedure.</p> <p> </p> <p>I have grouped the table by Employee_ID. At the group footer I am trying to multiply 2 aggregations</p> <p> </p> <p> </p> <p>Field 1 "REQS" Data Type = Integer (117) * Field 2…
-
BIRT Scripted Data Source - Dataset with REST Call Fails using XMLHttpRequest
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">I'm trying to use a REST call instead of XML files. I get an error using XMLHttpRequest to retrieve my REST API call to my database server; here is my code which gets data back in responseText as two elements .count and .result[].<br> If I try this…
-
Upload option are not visible for other repositories except global repository
Hi All, We have configured the Webtop for BOCS. We are able to see the upload option under global repository but not in other repositories even though those repositories are configured for BOCS. Environment : Webtop 6.8 CS : 7.2
-
Multiple number values in condition or variable.
<p><span style="font-size:14px;"><span style="font-family:arial, helvetica, sans-serif;">Good morning!</span></span></p> <p> </p> <p><span style="font-size:14px;"><span style="font-family:arial, helvetica, sans-serif;">I need some help regarding multiple conditions in the Expression Builder.</span></span></p> <p> </p>…
-
How to retrive row value from dataset based on parameter value
<p>Hi,</p> <p> </p> <p> </p> <p>1. created a dataset called as productDS.</p> <p>2. the query associated with Dataset is "select * from products" which output columns are Product_id and Product_name.</p> <p>3. create a report parameter RP_Product associated with productDS which will list all the product for the user to…
-
Passing a value from a TableGroup as a drill through parameter
<p>Hi,all!</p> <p>I've got a chart design that is based on a TableGroup (grouped on column 'name', filtered using 'Top n' of another column value), and have added interactivity to the chart so as to pass values on to a subsequent report as parameter values.</p> <p> </p> <p>My 'brick wall' I've hit: My chart design report…
-
Workflow shows no such user error.
Hi, I am using TS7.4.1 with Linux box. i have requirement to deploy the JAR file from TS to our physical server location. i just copied a deploy task from the PLC and added start and end tasks. when i initiate the workflow it returns the error shows no such user. please find my log below. LOG:- 2016-10-25 05:05:39,801 INFO…
-
Impossible to decrypt the method server response in D2
Hello All - Few days back i resolved this issue by recreating lockbox files manually on content server and application serer.. again I am getting this error.. does anyone know permanent solution ? after login my workspace all actions are disabled and widgets are unavailable..
-
I want to archive documents in documentum.
Hi, I want to archive documents which have not been modified for "x" years in documentum to some external cloud storage for saving disk space on server.How can i achieve that. Please help.
-
Filter options display in excel report
<p>Hi,</p> <p> </p> <p>I want to display filter options in excel report using Birt 3.7.1 version.</p> <p> </p> <p>I have attached reports with rpt file also.</p> <p> </p> <p>could you please help on this to resolve the issues.</p> <p> </p> <p> </p> <p>Regards,</p> <p>Patra</p> <p> </p> <p> </p> <p> </p> <p> </p>
-
Crosstab Report - Rows/Column Changes Based on User Input!
<p>I want to design crosstab report with <span style="color:#0000cd;"><u>two Dropdowns being displayed on the report page</u></span> for the user to make selections.</p> <p> </p> <p>Dropdown1 item has values: Year, Quarter, Month</p> <p>Dropdown2 item has values: Gender, Country</p> <p> </p> <p>When I select, Dropdown1…
-
How to fetch data set column values in BIRT chart Script OnRender function beforeDrawDataPointLabel
* Hi, I want to fetch data set column values in OnRender Chart script is it needed to set global values if yes please let me know how to fetch ? also about data set column not declared in table/cross-tab 。 <p> </p> * <span style="color:rgb(36,39,41);font-family:Arial, 'Helvetica Neue', Helvetica,…
-
Eclipse BIRT orRender Chart Script function Can't find method org.eclipse.birt.chart.model.dat
* Hi, I'm trying to displaying Chart minimum , maximum and average values but I can't able to render output I'm always getting bellow error how to debug chart script ? * Can't find method org.eclipse.birt.chart.model.data.impl.NumberDataElementImpl.create(null) <p>OnRender Chart Script Code :</p> <p> </p> <div> <pre…
-
Crosstab with Dynamically Changing Rows/Column values!
<p>Hi All,</p> <p> </p> <p>Let me put my requirement first:</p> <p> </p> <p>Create a common data model with direct/calculated measures and dimension.</p> <p>1 report which uses the above model and has a Crosstab along with 50+ filter prompts and 2 dropdown selections.</p> <p> </p> <p>Let me explain the dropdowns first:</p>…
-
Create HTML using iwgen
I am trying to create html from command line via iwgen CLT. DCT is xml type and Presentation template is XSL. The generate button on the DCR is able to generate correct HTML using the same xsl however when I try to generate via command line using iwgen , the html file being generated contains the full dump of xsl . There…
-
How do you add Filter to a table/list during the runtime
<p>Hi, </p> <p> </p> <p>I need to add a Filter to a table during the runtime. </p> <p>I am using the basic setup:</p> <div> <pre class="_prettyXprint"> TableHandle th = (TableHandle) DesignHandle.findElement("Table") FilterCondition fc = StructureFactory.createFilterCond(); fc.setExpr( "row[\"something\"]" );…
-
ProgressBarFragment
<p>Hi</p> <p> </p> <p>I know that there's a ProgressBarFragment available in Eclipse, but how can I load it and make it available in BIRT?</p> <p> </p> <p>Martin F</p>
-
IDfSysObject.setStringContentAttribute Parameter Explanation
I'm new to working with Documentum and I'm not sure what the parameters mean in the documentation. The name and value parameters I know, but I don't know what to use for the other three. Could someone explain what formatName, page, and pageModifier mean exactly? Thanks! void setStringContentAttribute(String name, String…
-
too much logs in .metadata\.plugins\org.eclipse.birt.chart.engine
<p>Hi, </p> <p> </p> <p>I've logs in .metadata\.plugins\org.eclipse.birt.chart.engine.</p> <p>Do you know if we can clean logs when they are too long? I've a log with a big size (more than 4 Go) ! </p> <p>When will they be cleaned? monthly? can we change it to weekly ? or less than 1Go? </p> <p> </p> <p>Thanks,</p>
-
Text Element HTML Rendering of check mark does not work
<p>Hi,</p> <p>I have a table linked to a dataset which has an element of type boolean called isReccurent.</p> <p> If true then I want to display a check mark in the column.<br> If false, I don't display anything.<br> My data element of the table is well bound to the table/dataset because I can see true or false when…
-
Document Stroage location plath
Hi Expert i want to retrieve the storage location of multiple documents along with Document name, Folder path , r_object_id,parent folder name,storage location of document in content server . Please provide the DQL which help in retrieving the above values. Ex : We have Mobility Documents in documentum and we want the…
-
DFC code to get workflow initiator name
Hi, I have a DFC code for workflow.In the same code I need to get name of person who initiated workflow. Can someone please share code for same. Thank You in advance for your help.