Questions tagged [actuate]

For questions about Actuate BIRT

22 questions
2
votes
2 answers

BIRT and iServer, dev/qa/production environments

I'm trying to go about setting up my BIRT reports and the iServer they sit on such that the database the Data Sources connect to are determined by the environment. Our setup is that currently there is just one iServer instance and many environments…
KurToMe
  • 166
  • 1
  • 6
1
vote
0 answers

downloading blank pdf pages with itext and ACJRuntime.jar

I have an xml file and .doj template file. trying to download a PDF using itext.jar and ACTRuntime.jar. It is working in java 1.6 and Websphere 7 but after migrating to java 8 and websphere 8, it is just downloading blank white pages in PDF…
Venkata
  • 135
  • 8
1
vote
0 answers

How to do javascript scripting in BIRT report?

Can someone give me references where I can learn about javascript scripting in BIRT reports? Scenario is, I have a drop down where which contains name of all car companies... Along with it, it has ALL option. When "ALL" option is selected it should…
user2791560
  • 39
  • 1
  • 6
1
vote
1 answer

Separate the new string that the new string contains the string in old string

I am newbie in programming and would like to ask if I could separate the string below. I am using Visual Basic. Basically I have two string below : String 1 : gOldStr= TEDDYBEARBLACKCAT String 2 = gNewStr= BLACKCATWHITECAT I wanted to separated the…
Nopio
  • 13
  • 3
1
vote
0 answers

Parameter Driven XML Data Source URL

i have read this article that how to Driven Xml Data Source URL with Parameters. but i use BIRD Spreadsheet Designer Actuate 11 SP3, it haven't data source's beforeOpen event. and i haven't found anyway to bind property on XML data…
zg_spring
  • 349
  • 1
  • 10
1
vote
0 answers

BIRT - Printable Table Of content - Displaying Issue

Good Morning Gentleman, I am a Tunisian Software Engineer, During my summer internship I was asked to use BIRT (Business Intelligence and reporting tool) in order to create a Report/pdfDocument with a displayed TOC (table of content) on the first…
1
vote
0 answers

How to get row count when use group in BIRT

I have a table which has group and group related item . i need to count all rows which include all group and all group related item. Any comment is welcome !! Thanks
1
vote
2 answers

How do I split birt dataset column into multiple rows

My datasource has a column that contains a comma-separated list of numbers. I want to create a dataset that takes those numbers and turns them into groupings to use in a bar chart. requirements numbers will be between 0-17 inclusive groupings:…
nealruggles1
  • 93
  • 1
  • 8
1
vote
1 answer

How to add a datasource in BIRT IServer

I have downloaded a trial version of Actuates iServer. I want to try using the "BIRT Studio" designer. However I cant find how to set up a datasource to connect to the required database. Note I have used the Eclipse BIRT report designer and created…
giorgio
  • 2,115
  • 5
  • 23
  • 39
0
votes
0 answers

Actuate Birt iServer Disable/Enable Factory Service API

Is there an API endpoint for Actuate Birt iServer that simply allows to disable and enable a factory service? I want to do this with a powershell script. In Postman, when I try to hit http://:9000, I get 400 Bad request error
aven
  • 49
  • 1
  • 7
0
votes
1 answer

Can I export from actuate 8 to jasper reports

Is there a way to export from an older version of actuate (actuate 8) to jasper reports which offers much nicer features. The problem is rewriting/redeveloping all the reports would take so much time the cost savings is not there. The format of the…
mrjohn
  • 1,141
  • 2
  • 13
  • 21
0
votes
1 answer

How to access or hide rows and getcolumn name in a table using actuate birt javascript api

Below example is to get rows or column names. I want to hide column names by indexing only and not by column name.Is it possible to get column name by indexing using table element? I also want to hide rows based on indexing. Please provide…
Avinash Kharche
  • 411
  • 9
  • 25
0
votes
0 answers

Generating dynamic Excel files from within Actuate

I work with from what I can tell is a relatively old version of Actuate with only the minimum of licensing (more or less). There are a number of functions we have come to make from scratch in part due to these limitations, as I understand there are…
0
votes
0 answers

Birt report not working after deploying on Tomacat server

I am using BIRT reports 4.2 in my web application and I have integrated all the reports on JSP pages. I have deployed my application on my test server which is having Apache Tomcat 8.0. After login to my application the reports are not opening like…
0
votes
0 answers

BIRT Xml DataSource with Multiple DataSets

I am using one XML datasource in my report. I have created multiple datasets for each complex tag that can repeat. I hava configure this Xml dataSource as URL, so I create five DataSets which DataSource is the Xml DataSource…
zg_spring
  • 349
  • 1
  • 10
1
2