Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Problem generating a BIRT report with data between two dates form dynamic URL XML source
Problem generating a BIRT report with data between two dates form dynamic URL XML source [message #1781696] Mon, 12 February 2018 10:09
Nicolaas Potgieter is currently offline Nicolaas PotgieterFriend
Messages: 1
Registered: February 2018
Junior Member
Hello all,
I'm new to BIRT reporting and have a problem generating a report for data between two dates form a dynamic URL xml data source.

The source URL but it look something like: "//www.website.co.za/xxx/vehicleHistory.xml?fromDate=20170210&toDate=20171231" (https)

I'm using the next property binding:
"//www.website.co.za/xxx/vehicleHistory.xml?fromDate=" + params["fromDate"].value + "&toDate=" + params["toDate"].value
Where "fromDate" and "toDate" is the two parameters set to Date as data type and custom format of yyyy-MM-dd.

When I enter the direct URL into XML data source connection everything works even with changing hard dates but as soon as I use my property bindings and parameter I get a blank report without any error message.

Any ideas where I can start looking for the problem?
Thank you

[Updated on: Tue, 13 February 2018 07:26]

Report message to a moderator

Previous Topic:How to access 3 data set in one table
Next Topic:Birt error on redhat 7 when report contins chart
Goto Forum:
  


Current Time: Sat Apr 27 00:02:44 GMT 2024

Powered by FUDForum. Page generated in 0.03516 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top