Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Group By and Aggregate functions possible in SQL?
Group By and Aggregate functions possible in SQL? [message #52516] Tue, 28 June 2005 18:04 Go to next message
Eclipse UserFriend
Originally posted by: no.spam.com

Does anyone know if there are limitations on SQL in BIRT? In other words,
if working with a flat data source is something like

SELECT Company,SUM(Amount) FROM Sales
GROUP BY Company

even possible?
Re: Group By and Aggregate functions possible in SQL? [message #52544 is a reply to message #52516] Tue, 28 June 2005 19:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dxmedina.west.com

Not sure about flat files. But any odbc connection can be queried using
grouping and functions to generate a data set for the report.

BIRT has its own reporting functions outside of the SQL query submitted to
generate a data set. Given a data set such as a flat file. The BIRT report
can be designed to do grouping and utilize functions such as grouping, sum,
count, etc.


"Mark S." <no@spam.com> wrote in message
news:910d9ed947fbb3a6e3486e6606f69a9b$1@www.eclipse.org...
> Does anyone know if there are limitations on SQL in BIRT? In other words,
> if working with a flat data source is something like
>
> SELECT Company,SUM(Amount) FROM Sales
> GROUP BY Company
>
> even possible?
>
Re: Group By and Aggregate functions possible in SQL? [message #52762 is a reply to message #52516] Wed, 29 June 2005 21:18 Go to previous message
Gary Xue is currently offline Gary XueFriend
Messages: 193
Registered: July 2009
Senior Member
If you are interested in the flatfile data source - the query text language
used by that data set is "SQL-like". It doesn't support GROUP BY, WHERE,
ORDER BY etc.

For JDBC data sources, the SQL is passed to the JDBC driver for execution,
so whatever SQL that's valid for your DBMS is supposed in BIRT.

Gary Xue
BIRT Committer


"Mark S." <no@spam.com> wrote in message
news:910d9ed947fbb3a6e3486e6606f69a9b$1@www.eclipse.org...
> Does anyone know if there are limitations on SQL in BIRT? In other words,
> if working with a flat data source is something like
>
> SELECT Company,SUM(Amount) FROM Sales
> GROUP BY Company
>
> even possible?
>
Previous Topic:PDF reports from webapplication
Next Topic:Problem with rptdesign file
Goto Forum:
  


Current Time: Thu Nov 14 14:18:15 GMT 2024

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

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

Back to the top