-
Line Height property doesn't work.
<p><span style="color:rgb(0,0,0);font-family:Arial, sans-serif;font-size:15px;">Good evening!</span><br><br><span style="color:rgb(0,0,0);font-family:Arial, sans-serif;font-size:15px;">As far as I know the issue is very old, but I haven’t found a solution… </span><br><br><span style="color:rgb(0,0,0);font-family:Arial,…
-
Displaying variable value in the report
<p>Hi people of great minds!<br> <br> I would like to ask for your help, please...<br> <br> In my project "open" script, I've declared 2 variables (StartDate, EndDate):<br> <br> //<br> <br> var sqlText = new String();<br><br> sqlText =<br><br> DECLARE @StartDate as DATETIME<br> DECLARE @EndDate as DATETIME<br><br> SET…
-
How to store data to dataset
<p>Hello,</p> <p> </p> <p>How is it possible, or is it possible to store data to a dataset using iHub?</p> <p> </p> <p>I need to collect informations from different users to fill the database before showing a report.</p>
-
how to append a timestamp for a EXCEL title in BIRT
<p>Hi All,</p> <p>i have an issue. i have BIRT designed page. When i need to view this as an Excel Report i need it to download/save the report sheet TITLE as Report_11_1_2017_12_33_12(timestamp). can anyone tell me what to do and how to do this?.</p>
-
dynamically create the table from hashmap
<p>Hi, I will be getting hashmap from java function.Whose key will be column name and value will be value of each key.And i want to order the same insertion order of hashmap to be displayed.</p> <p>i want to dynamically create the table in Birt javaScript.Any suggestion plz</p>
-
Add Filter on Drill Down and remove on Drill Up
<p>Hi,</p> <p> </p> <p>I have a report consisting of chart with drill down and table. I want to make the table to reflect data upon drill down/up.</p> <p> </p> <p>Is it possible to catch drill down/up events with it's parameters?</p>
-
Setting existing content on new dm_document with DFC
I'm writing a migration program that will create a new instance of a object_type 1. It will then take attribute values from an existing instance of object_type 2 and set them on the new object_type 1 instance. It will also make a copy of the content on instance1 and set it on instance2. Some of the content on instance1 is…
-
Why is only Auto available in Scale for an axis in a Line chart?
<p>I am very new to BIRT Designer. There are 10+ CSV files that are updated daily for which I like to create line charts from so that historical data can be displayed and trends can be identified. Here is data from one file:</p> <p> </p> <p>Day,Status,Count</p> <p>2016-08-13,DOWNLOADED,253</p>…
-
First day of previous month as paramter
<p>Hi</p> <p> </p> <p>I'm trying to have the first day of the previous month by default parameter.</p> <p>If I run my report today, my parameter will be 2016-12-01.</p> <p>Idea?</p> <p> </p> <p>Martin</p>