Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » BIRT Designer report not executing on BIRT engine
BIRT Designer report not executing on BIRT engine [message #1480282] Thu, 20 November 2014 04:24 Go to next message
Nishit Angrish is currently offline Nishit AngrishFriend
Messages: 2
Registered: November 2014
Junior Member
This is the query that I am executing in the beforeFactory method of my dataset.

this.queryText = this.queryText + params["filter"].value + " and substring(rep_timestamp, 15, 5)='00:00' and unix_timestamp(rep_timestamp) >= 1414521000 and unix_timestamp(rep_timestamp) < 1414575773 and "+ params["filter_p"].value +" and substring(rep_timestamp,12,2) >=0 and substring(rep_timestamp,12,2)<=23 and availability !=200 ) as p group by " + params["group_by"].value;


filter, filter_p and group_by are 3 parameters that are getting dynamically changed according to what you select. This query works just fine in BIRT Designer. But when I try to run it in an application where BIRT engine has been integrated it throws a syntax error. Any solution to this?
Re: BIRT Designer report not executing on BIRT engine [message #1494654 is a reply to message #1480282] Mon, 01 December 2014 16:51 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

Can you post the error stack? Is there any way you can reproduce the error in a way that I can run the report design to see the error and test myself?

Michael

Developer Evangelist, Silanis
Previous Topic:Report Designer
Next Topic:Table not showing when data set returns no rows
Goto Forum:
  


Current Time: Fri Apr 26 02:52:34 GMT 2024

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

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

Back to the top