-
How to set the color column for when the fetch
<p>Hello!</p> <div> <pre class="_prettyXprint"> if ( i < count ){ row["count"] = i + 1; row["full_name"] = shortFullName(full_name[i]); for(k=0; k < work_dates[i].length; k++){ row[BirtDateTime.day(work_dates[i][k]) + 2] = "+"; // How to set the color column for when the fetch??? } i++; return true; }else{ return false;…
-
BIRT Dashboard , BIRT Reports and Deployment
<p>Hi All, </p> <p> </p> <p>I am new to BIRT so please pardon me if you think that the questions are too basic. </p> <p> </p> <p>Our requirement is to have a dashboard. We shortlisted BIRT as it had drag and drop functionality which could help us to Develop the Dashboards quickly.</p> <p> </p> <p>We found out that the…
-
Dashboard - get rid of print button
<p>Hello,</p> <p> </p> <p> </p> <p>when running a dashboard there is a line at the top with tab name and print button</p> <p>on the right. Can I get rid of the tab name and print button? I have only one tab in my</p> <p>dashboards so I don't need it.</p> <p> </p> <p>I'm using the OpenText Analytics Designer, Version:…
-
UPGRADE from birt 2.3 to birt 4.4.1
<p>hi,</p> <p> </p> <div> <div><span>i want to migrate </span><span>from</span><span> birt </span><span>2.3</span><span> to birt </span><span>4.4</span><span>.</span><span>1</span><span> </span><span>using</span><span> maven what</span><span>'s the dependencies i need please and what'</span><span>s the diffrenece between…
-
Teamsite 8.2 GUI install error Linux RHEl 6.9
Guys my GUI install is stuck here any idea? All the components got installed but while configuring components it is giving error. It is gving error IR service not up. com.ibm.db2.jcc.a.SqlException: [jcc][t4][10199][10462][3.51.90] Required character converter is not available. ERRORCODE=-4220, SQLSTATE=null at…
-
How to retrieve Annotation directly from archive server
Hi all, We are using archive server to store the invoice images in VIM scenario. Users are allowed to save annotaions along with the invoice images into archive server. I am trying to retrieve the annotation directly form the archive server using the document archive ID. On this regards I have few queries, 1. Dinfo command…
-
Report integration with .jsp parameters
All, Need a help in BIRT parameter. We have java code which we are publishing on web. The code has parameter values such Paramter 1. Paramter 2, Parameter 3, Parameter 4. Can someone please guide through how to integrate the .jsp code with BIRT report. We have same parameters in BIRT report designer. As a process we…
-
Limit to num of Unbound Parms
<p>Is there a limit to the number of unbound parms a report can have?</p>
-
extended credentials in RSSE
<p>What are extended credentials in RSSE? </p>
-
Get another field1 of cube where MAX(field2)
<p>I have a simple cube like:</p> <pre class="_prettyXprint"> "Key" "Value"AAA 1122 BBB 421</pre> <p>In my report I want to return:</p> <pre class="_prettyXprint"> AAA 1122</pre> <p> --> because 1122 is MAX(Value)</p> <p> </p> <p>I added a Summery Field with Function MAX and Expression dataSetRow["Value"]. However, how do…