-
Identify referenced webtop document
I am trying to find a method to identify what document / jsp page is being referenced when different links are selected within webtop. Is there method that can be used that will reliably show what jsp page(s) are being accessed or have been accessed?
-
Hyperlink to excel files
<p>Hello all,</p> <p> </p> <p>I am currently working on a project that requires me creating a table in which contains links to download various excel files. Currently I have these excel files uploaded to the IHUB server and am trying to find a way to hyperlink a direct download to these files in my table. Hopefully someone…
-
Servlet Example Error - with birt runtime 4.6.0 - HTTP Status 500
<p><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">hi all ;) </span><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </span><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">,</span></p> <p><span…
-
Incremental load
<p>How do I do incremental load in Ihub after my first cache?</p>
-
iportal automatic login
<p>Hello,</p> <p> </p> <p>I need to implement for my users an automatic login to iportal</p> <p> </p> <p>The connection page is : my_application:8700/iportal/login.do</p> <p>If the user fill in the user_name field (no password), the login succeed and the generated url is :</p> <p> </p>…
-
Generate report use birt ReportEngine API error
<p>Hi all, I trying to generate report use birt reportEngine API in java.</p> <p>Please help to give me some suggest, thank for your help.</p> <p>env:</p> <p>Eclipse Java EE IDE Version: Kepler Service Release 1</p> <p>birt runtime 4.4.2</p> <p> </p> <p>Java code:</p> <p><span style="color:#006400;">public void reportGen()…
-
Build a Crosstab using Parameters!
<p>Hi All,</p> <p> </p> <p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">I want to design crosstab report with <span style="color:rgb(0,0,205);"><u>two <em><strong>Dropdowns - Single Select Lists</strong></em> being displayed on the report viewer page</u></span> for the user to make selections.</p>…
-
Database Connection
<p>Hi all, hope this is the right place to ask this. I have been hitting this particular error whenever I try to preview my reports on BIRT</p> <p> </p> <p>'Wrapped com.ibm.tivoli.maximo.report.script.MXReportRuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: Cannot open database "(db name)" requested by…
-
where to look for the class file for com.actuate.reportapi.engine.ServerContext in iHub
<p>If someone could point to location in iHub where the following the class - com.actuate.reportapi.engine.ServerContext can be found.</p> <p>Thank you.</p>
-
get users list who have access to the report design in iHub
<p>Are there any ways to get the list of users assigned to that particular file (like user x,y access to z.rptdesign) in the same reportdesign?</p> <p> </p> <p> </p>
-
BIRT Log Files
<p>Hi,</p> <p> </p> <p>I am trying to find the default log files created by BIRT on local machine. I checked folder eclipse\plugins\org.eclipse.birt.report.viewer_x.x.1.v201409151154\birt\logs but nothing is found there. </p> <p> </p> <p>The parameter details in web.xml file are as below</p> <p> </p> <div><!-- Engine log…
-
icon uri from RSA UML Profile model
<p><span style="font-size:12pt;">Excuse, I am not able to write in English, I use the translator!</span></p> <p> </p> <p><span style="font-size:12pt;">At me a problem with Rational Software Architect (v.8.5) and BIRT (included in RSA).</span></p> <p><span style="font-size:12pt;">Problem essence:</span></p> <p><span…
-
how to use reporting framework to GetUserIDAndName
<p>Can anyone let me know how to use the reporting framework defined in the System>Report for getting User Id be used for parameters?</p>
-
help on auto detecting USER ID in Parameters
<p>Hi All,</p> <p> </p> <p>Can any one help me in knowing how to pass parameters which can auto detect the current User Id who is running the report.</p> <p> </p> <p>Regards,</p> <p>Rishabh</p>
-
Adding sum row at the end of the table data
<p>Hi All,</p> <p> </p> <p>I am trying to add a row at the end of the table data. This row contains the column wise sum. I added a group footer and added the aggregated element for each column. This is showing the totals row after each loop of the table instead it should show only once and at the end of the table data. How…
-
Error while executing Java Service...!
Hi Experts, I am getting the following error while executing the Java Service in a Stateless Process. 2016-11-02T12:16:14.890 DEBUG [Tpool-498-thread-4] [com.documentum.bps.outbound.bof.runtime.BofModuleService:84] Creating module cc_odcardinstructionse from docbase 2016-11-02T12:16:14.897 WARN [Tpool-498-thread-4]…
-
Arranging Columns and Rows in Crosstabs
<p>Hello! As titled, currently, the crosstab displays the columns and rows in alphabetic order. Is there any way to change the order of the columns and rows of the crosstabs to my desire?</p> <p> </p> <p> </p> <p>For example,</p> <p> </p> <p>Columns -> Forest | Lake | Plains | River</p> <p>Change To -> Forest | Plains |…
-
D2 Property page visibility conditions based on repeating field
We have a requirement to show/hide some field in a property based on what values are selected in a repeating filed. We added a bunch of visibility conditions, which work if one repeating value is selected. But if more than one repeating value is selected they dont work. Any suggestions?
-
Apparent error in workflow definition - activity sequence number is too high
Hello Experts, In our xcp 2.2 environment, i am trying to initiate a Workflow from another workflow(both state-full) using 'Call Process' activity but it is not able to run. If i check in DA, the workflow is listed as running state, but the first activity is not listed(strange), and no activities appears as 'pending' or…
-
\n (newline) in .properties file is ignored
<p>Hello,</p> <p> </p> <p>Using .properties files to localize content in our reports I find that \n (newlines) are ignored when running the report. I am using ResourceBundleEditor (Eclipse plugin) to edit the .properties files and this is working oké. </p> <p> </p> <p>But when I run the report the \n characters are…
-
How to compute exponential value ?
* I need to compute row column value in BIRT cross-tab . <p> </p> * example : 5.240124211265131e power sub 4 ? how to compute it below expression showing zero ('0') instead of exponential value . <pre class="_prettyXprint"> BirtMath.roundDown(data["JOB_COST_MINUTES_DATE/STAT_TIME_2"]/3600, 2)</pre>
-
List box dynamic parameter not populating on preview
<p>Hi There,</p> <p> </p> <p><Newbie> I am still learning the BIRT\Eclipse reporting tools, hence my new(bie) question to the experts.</p> <p> </p> <p>I have created an optional parameter to display vendor details for a user to select at run time.</p> <p> </p> <p>I have the Parameter created as a dynamic list box, allowing…
-
customized the doubleclick event in D2 4.6
Hi, Wanted to check if anybody has customized the doubleclick event in D2 4.6. We have a requirement where when the user doublelclicks a document , we want to launch separate event than D2_view.
-
'migrate_content' method queries for all the objects irrespective of number specified for max_migrat
Hello, I have used migrate_content method and created a custom method and a job to provide the functionality to migrate documents from one encrypted filestore to another. When the job is run, it consumes more time in addition to the time taken to migrate specified number of documents. When I looked at the log, I found that…
-
HighCharts In BIRT Report
<p>Hi All,</p> <p> </p> <p>I am new to Birt Reporting tool.</p> <p> </p> <p>How to use HighChart In BIRT Reporting Tool?</p> <p> </p> <p>Any One Pls help me and give one examples.</p> <p> </p> <p>Regards,</p> <p>Vignesh</p>
-
Hide Channels / Folders for specific WEM Users or Groups which are not authorized
Hi, Is there any option to hide channels or Projects from Content Workspace, if the User don't have permission. For Example, if the User or Group doenst have permission to a specific Channel or Folder then they can View but cannot Enter / Edit. Similarly can we hide those items? We are using WEM 8.5 + SP2 Thanks Jayaram
-
Issue using document() in TeamSite XSL to fetch content of associated dcrs?
We have a requirement to generate the html from dcr via xsl. The DCR contains references to other DCRs(browse field). While generating the HTML via XSL we need to fetch some values from the associated DCR. Usually such case is handled in sitepublisher component by…
-
NullPointerException caught when joining two datasets from a XML data source
<div style="margin:0px;text-align:center;"><span style="margin:8px 0px;font-size:20px;color:rgb(106,115,124);">0</span><a class="" title="This question does not show any research effort; it is unclear or not useful">down vote</a><a class=""…
-
Custom XHTML Emitter scheduled multiple times.
<p>Hi,</p> <p> </p> <p>We have a custom Birt xhtml emitter which writes a xhtml file to the disk.</p> <p>The emitter is scheduled to run at 7:00am using iHub.</p> <p>The existing html emitter has been extended for the xhtml emitter.</p> <p> </p> <p>The scheduled job which should run just once at 7:00am executes multiple…
-
How can i do some operations with the result of the crosstab beetween rows
<p>Hello everyone,</p> <p> </p> <p>I'm not an expert at Birt and scripting and i pretty need your help for my work.</p> <p> </p> <p>I created a crosstab, with 1 variable for each row/colum, and i need to do some simple operation with the values result of this crosstab </p> <p>I have to show and do theses operations,…