-
Creating a dynamic report using xml source
<p>Hi,</p><p> </p><p>I am new to Birt and looking to create a xml hierarchy based report for patients</p><p>Want the report to look like this:</p><p> </p><p>Full Name</p><p>Last Name</p><p>First Name</p><p>DOB</p><p>Gender</p><p> </p><p><All related tests as table entries></p><p> </p><p>This should repeat multiple times…
-
Is it possible to use xpaths to populate a data element?
<p>Is it possible to use xpaths to populate a data element? For instance when i drag the data element "Location" out of the data set it pulls back the value "New york". What i would like do be able to do is pull the value of Location_ID (216.2) that sits underneath location. Below is a sample of what the xml structure…
-
DFS Request parameters validation
Hello, can somebody tell me how is it possible to validate request parameters in DFS? I know I can write handler and register it in service-handler-chain.xml, but isn't there some easier way? For example what if I want to validate string parameters and their length? Is there some best practise for how to do this? Thanks in…
-
Using BIRT with large data files
<p>I will using BIRT to produce reports from a large data file. This file will have 5,000+ records in CSV or XML format. The file size is expected to be 500+ MB and possibly up to the 1-3 GB range. Can BIRT handle data sources of that size? Will it read and process a chunk of data at a time vs. reading it all into memory?…
-
Error when displaying XML as text, with user selected parameters
<p><span style="font-size:medium;">[font="calibri;"]In my report (BIRT 4.2) I am getting data from a SQL 2008 R2 data base. The client has asked to add a new field to the report. The field has xml data that is formatted as text (example data below). I can display it fine, in html, or Excel; BUT if I have a user selected…
-
Is it possible we can validate the uniqueness check defined in D2-Config for a particular lifeCycle
Hi, I have a requirement from the LifeSciences engineering. We have SDK which has been developed specific for LifeSciences using DFS. Through that we are updating object activating it and changing the lifecycle of the object using DFS and Server Methods running in JMS. We are not able to validate the checks defined on the…
-
Strange Email Inbound Activity bahvior
Hi, My process is invoked through an Email Inbound activity, but sometimes, the process is not triggered although there are new emails in the mail folder the activity is listening to. When i perform a restart for the application server BPS project, the listener gets the pending emails and the process is triggered…
-
XML data linking child element data sets
<p>My goal is to write a simple report based on the following XML data. The XML data is provided by a remote source via http RESTful web service. I am looking for the best practice for producing a simple report that would list the sales peoples name in column 1. Column 2 would contain the list of regions (if any)…