Search found 3 matches

by Bill_Henderson
Fri Apr 04, 2003 10:45 am
Forum: R&R ReportWorks Users
Topic: User-Sql Failing
Replies: 1
Views: 928

User-Sql Failing

Hello all,__New to version 10. I am trying to use a SQL command that uses FULL OUTER Join, any reason why this fails ? __ ____ __ __kfleming __Charter Member__1834 posts Mar-28-03, 03:13 PM (EST) __ __1. "RE: R&R v10.0.012 Sql-User"__In response to message #0__ __ Either the driver or ...
by Bill_Henderson
Sun Mar 30, 2003 9:23 am
Forum: R&R ReportWorks Users
Topic: R&R v10.0.012 Sql-User
Replies: 2
Views: 1163

==> RE: R&R v10.0.012 Sql-User

The driver and code below is what I^m using:____Microsoft SQL Server ODBC Driver Version 03.81.9031______SELECT _ISNULL(et.Empl_id, a.Empl_id) AS Empl_id, ____ISNULL(et.Task_id, a.Task_id) AS Task_id, ____ISNULL(et.Actual_Time, 0) + SUM(ISNULL(a.Actual_Time, 0)) AS Actual_Hours, ____ISNULL(et.Adjust...
by Bill_Henderson
Fri Mar 28, 2003 2:35 pm
Forum: R&R ReportWorks Users
Topic: R&R v10.0.012 Sql-User
Replies: 2
Views: 1163

R&R v10.0.012 Sql-User

Hello all,__New to version 10. I am trying to use a SQL command that uses FULL OUTER Join, any reason why this fails ?