-
Handling Multiple DataTypes in a Report Column
Dear Team, Could anyone please guide me to handle multiple data types in a report column. Scenario: I have a report column which retrieves multiple data types values. I need that if the data type is Date then I have to display it in the ddMMMyyyy America/Newyork (Timezone) format.If it is a String, I need to perform…
-
onclick on a image
Hi, In this exemple, I make to display/hide "table with firstname" in the grid bellow by click on a input with type=image. This input is in a simple text box. This work. But I would like to allocate this onclick action to the image element I put below in the grid (image with name "un"). Is it possible with the script tabs…
-
Display sum value for multiple series
Hi, in the joined file... I want to display the sum of all the series at the right end of the bar : For example : 184,04 for the Diamond T620 Se... line, sum of 68,29 and 115,75 ) I dont find a solution for that...have I to add an invisible serie with the sum ? put a script to do that ? thanks in advance for your answer…
-
Manage the start marker with script in Gantt Chart
Hi For this example, is it possible to define a different start marker for each value in the series like : if getValue() is "shipped" : start marker is triangle else : start marker is square Best regards
-
Use another series values as label on a pie chart
Hi Is it a way to use another column of the dataset as label on a pie chart. For example, I want to display a pie which detail the plane selling but i want to put ? label which describe the percentage of each plane in regards to all the selling ( this percentage is in a computed value in the same dataset Thanks in advance…
-
Dynamic Marker Line in BarChart different for each group
Hi, In this example, a dynamic marker line is putted on the bar chart. By script I find the value I want to put on the chart : reportContext.setPersistentGlobalVariable("MAX_PRODUCT", this.getValue()); on "onCreate" and use with onRender script on the graph. But I would to group my report by productlines and made the…
-
strange behavior with default parameter value
Hi<br /> <br /> On eclipse birt 2.6.0<br /> <br /> I put a parameter in a report, dynamic on a quarter's table. The parameter as a default value set in integer : 201112.<br /> My sql (dataset) request is linked to this value with <pre class='_prettyXprint _lang-auto _linenums:0'>where f.id_periode = ?</pre> When I change…
-
Marker range border
Hi,<br /> <br /> if I define a marker range in a gantt chart :<br /> <pre class='_prettyXprint _lang-auto _linenums:0'> function beforeDrawMarkerRange(axis, markerRange, icsc) { importPackage( Packages.org.eclipse.birt.chart.model.data.impl ); markerRange.setEndValue(DateTimeDataElementImpl.create(new…
-
Birt tunning
Hi,<br /> <br /> I have a complex report, difficult to give an exemple...<br /> one Dataset describe items, items are put in a table with two groups.<br /> another dataset describe estimated and realised financial information with detail.<br /> I put 6 tables linked to the second dataset (2 in detail and 2 in each group)…
-
gant chart modifying color in groups
Hi, In the attached exemple, I would like to put a different color on the two grouping element of my chart describe in "status2" computed column : red for "decline" green for "Shipped" I try by scripting (because I want to force the color for these values) but I cant find the way to get the value of status2 column. Any…