To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60273





------- Additional comments from [EMAIL PROTECTED] Sat Jan 14 05:53:15 -0800 
2006 -------
And here is the sql statement:

SELECT `Konten`.`Kontonummer`, `Konten`.`Kontoname`, SUM(
`Uberweisung`.`SollEUR` ) AS `GesamtSoll`, SUM( `Uberweisung`.`HabenEUR` ) AS
`GesamtHaben` FROM { OJ `Hauptbuch2005`.`Uberweisung` `Uberweisung` LEFT OUTER
JOIN `Hauptbuch2005`.`Konten` `Konten` ON `Uberweisung`.`Kontenbezeichnung` =
`Konten`.`ID` } WHERE ( ( `Uberweisung`.`Uberweisungsdatum` >= :Anfangsdatum AND
`Uberweisung`.`Uberweisungsdatum` <= :Enddatum ) ) GROUP BY
`Konten`.`Kontonummer`, `Konten`.`Kontoname` HAVING ( ( `Konten`.`Kontonummer`
<> 'Null' ) )

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to