-
Customized Documentum Jobs on an external Server
Hey friends, we are currently thinking about to extract our jobs out of Content Server (customized jobs) on an extra Server. Is there something documentated or some steps you can provide me as I have to write a documentation about it, how to do that. I know that we have to "move" the jobs, do scheduling and logging on our…
-
cell textAlign property set from BIRT API
<p>Hi, I am trying to set the group row cell text alignment to left align but BIRT doesnt recognize textAlign property. </p> <p> </p> <div> tcell.setColumnSpan(15);</div> <div> tcell.setRowSpan(1);</div> <div> </div> <div>I am getting an error with the following statement. </div> <div> </div>…
-
Use Function and Query in Same query window
<p>Hi,</p> <p>i have to call a function from oracle query where the function calls storedprocedure. Inside stored procedure doing some calculations and insrting into one table called Table1.</p> <p>Again i need to select table1 columns to the report. how can i achieve in BIRT.</p> <p> </p> <p>Eg:</p> <p>Select…
-
FIRST Aggregation function in BIRT
<p>Hello,</p> <p> </p> <p>Can anyone please let me know how does the First function in aggregation works?</p> <p> </p> <p>I have created an aggregation named 'Option Type' to find out the Option with Minimum date. Aggregation Properties are as below.</p> <p> </p> <p>Function: FIRST</p> <p>Expression: OptionType</p>…
-
Problem with Saved Search in Webtop
Hello, environment CS 7.2 Webtop 6.7 ( customized advanced search ) we've customized webtop and for some users we face strange issue. when the users click on Saved Searches option they get below error. An error has occurred.…
-
insert html text inside table cell
<p>Hi, I am planning to insert an another cell inside my table to embed html text in it. So each row will contain different html text based on other columns.</p> <p>I am wondering whether you can help on how to achieve this task. I have managed to insert a text element inside the cell but i could not see any text value in…
-
missing Vietnamese alphabets in PDF
<p>Hi,</p> <p> </p> <p>There are both of Traditional Chinese characters and Vietnamese characters on the report,</p> <p>there is no problem in Traditional Chinese characters on BIRT report.</p> <p> </p> <p>When we choose HTML to print a BIRT report, both characters are correct,</p> <p>when choosing PDF to print a BIRT…
-
Connect to DB2 Database with SSL in url
<p>HI,</p> <p>I am trying to connect BIRT (v4.3) to DB2 database. The url looks like:</p> <p> </p> <p>jdbc:db2://<SomeServer>/LRDUIMT4:sslConnection=true;</p> <p> </p> <p>When I do test Connection in Edit DataSource, I get the following error:</p> <p> </p> <div>org.eclipse.birt.report.data.oda.jdbc.JDBCException: There is…