Search found 4 matches

by G_Auto
25 Mar 2013, 18:35
Forum: Databases
Topic: Help with SQL in Crystal Reports 2011
Replies: 11
Views: 10444

Re: Help with SQL in Crystal Reports 2011

Loving ClearSCADA. Much easier than Citect. I'm on the forums here in my personal capacity already, so I'll still be here. This is just for business.

Thanks again for the help.
by G_Auto
25 Mar 2013, 10:06
Forum: Databases
Topic: Help with SQL in Crystal Reports 2011
Replies: 11
Views: 10444

Re: Help with SQL in Crystal Reports 2011

Thanks for all the help. We have managed to get the correct syntax for our SQL. We thought we'd share our solution as reference for anybody else. We are using Crystal Reports 2011 with a ClearSCADA ODBC Database. SELECT TOP(5) Name, RecordTime FROM CDBPoint JOIN CDBHistoric ON (CDBPoint.Id = CDBHist...
by G_Auto
24 Mar 2013, 17:58
Forum: Databases
Topic: Help with SQL in Crystal Reports 2011
Replies: 11
Views: 10444

Re: Help with SQL in Crystal Reports 2011

Hi Thanks for the reply. Google unfortunately failed us because everything it suggested hasn't worked. Seems our SQL is displeased with your try aswell. It gives us the error: SQL Command As Typed: SELECT TOP(5) Name, RecordTime FROM CDBPoint JOIN CDBHistoric ON (CDBPoint.Id = CDBHistoric.Id) WHERE ...
by G_Auto
24 Mar 2013, 14:59
Forum: Databases
Topic: Help with SQL in Crystal Reports 2011
Replies: 11
Views: 10444

Help with SQL in Crystal Reports 2011

Good day Could anyone please help us if possible. We are struggling with one section of our SQL in Crystal Reports 2011. We are adding in commands into Crystal Reports to populate our custom report with commands such as: SELECT TOP(5) Name, RecordTime FROM CDBPoint JOIN CDBHistoric ON (CDBPoint.Id =...