export to ods with ',' instead of '.'
Hi, With Birt 4.2.2 I'm french user and use this type of formatting for values : 63 992 284,08 When I export to ods The value in my spreadsheet are like 6.399228408E7 (text value : I cannot apply sum...
View ArticleGenerating the Report in TXT format
Hi Colud you please help me with this reqirement. I am trying to generate report in TXT format along with the below requirements. 1) Each column should have predefined length(Column 1 should have...
View Articlehow to show table's value in horizontal fashion
In birt report design I am using a table to show data by using its detail row. normally data shown is in vertical fashion like column1 value1 value2 value3 . . . like this but I want to show data like...
View ArticleHow would I integrate BIRT with Python Django?
Has anyone been able to do this? If so, how? I've gotten it work partway using the Python module requests , but I'm stuck now.
View ArticleCategory pie chart
Hi, I need your help. I think it's easy but I can not find it. I have a pie chart and in the category come from a xml values: 1, 2, 3, 4 ..... And I want to map this value to a text: If the value is...
View ArticleBirt Chart Rendering Problems
I am not sure if this is the right place, but if it is not, I would appreciate if someone tells me which one is the right place for my question. I created a report with 8 charts. The seventh chart is...
View ArticleScrollable table
Hi all. I'm trying to create an HTML report with a scrollable table in a grid in another table. I'm trying to get the innermost table to be scrollable so it doesn't grow and mess up the rest of the...
View ArticleDraw a bar chart as shown in the attached image
Hi, I just want to draw a bar chart which looks like the one shown in the attached image, any advice? Thanks in advance!
View ArticleNeed to see parameter dialogue after hyperlink
I have a report that calls other reports by hyperlink. They run fine and the parameters passed from the parent do condition the children. When I call a report by hyperlink that has additional...
View ArticleFlow report content across multiple page columns
I'm working on a simple report that has multiple groupings and such. The data shown for each detail section is pretty small, so I'm looking for a way to make better use of a page. What I'd like to do...
View ArticleDeployed report shows different result than in preview mode
I have a report that works perfectly in preview mode, when I deploy it in web application I get a different result (missing data) All text data is not loaded although in debugging mode I can see the...
View ArticleCascading Parameter
Hi, i want to create a cascading parameter where i only choose the first parameter(query parameter) and all the others where automatically set out of this selection. the table where the entries where...
View ArticleNeed Help. Cant get genReport to run.
Hello, I am trying to automate report Generation. But i am stuck with geting genReport generate my report. Windows 2008 Server - I extracted runtime to c:\BIRT\runtime - Set Eviroment Variable...
View ArticleBirt Viewer export PDF in server Debian
Hi all, I have a problem with the value of bar chart when I make a export pdf in the birt viewer in my prod server, while in dev server it is displayed correctly. In my server dev I have a Ubuntu :...
View Articleprevent sql injection in dataset
Hi, Used some days on this problem. searched the web without finding any clear answer. i have a question regarding preventing sql injection when running birt reports. I build the queryText in...
View Articlecomputed column issue
I am creating a computed column if (BirtComp.equalTo(row["open_days"], "0")) {"<1"} else if (BirtComp.equalTo(row["open_days"], "1")) {"1"} else if (BirtComp.equalTo(row["open_days"], "2")) {"2"}...
View Articlejava script date issue
Hi, ihave a doubt a please clarify me. i want to go back to four weeks back dates from todays date in my javascript code, i can directly go back by subtracting 28 days,but every month can have 30 or 31...
View ArticleLocalization of BIRT report using JAR files
I want to localize report generated from BIRT using .jar files instead of using .properties files. My jar file will access a DB (SQL server) which will return it the key value pairs for localisation....
View ArticleBar Chart
Hello BIRT community, I am using BIRT 2.6.2. For example: I have dataset with 2 colums. one are names the second are values. And I wanted to created a bar chart which looks like: name 1 -----------...
View ArticleCan not load the report query: 205. Errors occurred when generating the...
I am using BIRT 2.6.2. I have designed reports in eclipse and deployed in my local tomcat.It is running successfully. But when I am trying to deploy it in linux environment.. It is giving ... Can not...
View Article