Does anyone have any idea of the best way to AUTOMATICALLY have the name of the SQL server(s) that are providing data to a Crystal Report appear in the report footer of a report? I am using 8.5, and I cannot for the life of me find a Crystal or Basic Syntax statement that will accomplish this goal, so I've recently turned to using the SQL expression tool. I've tried creating a SQL expression named "sql_SERVER_NAME(S)" with the following as the contents of the expression:
SELECT @@SERVERNAME
This does not work - does anyone know of a way that this expression can be modified to work in CR 8.5, or of another way to pass server name information to the report footer?
(right now I am manually putting server name information in the report comments and then inserting that field - talk about clumsy.)
Thanks in advance!
SELECT @@SERVERNAME
This does not work - does anyone know of a way that this expression can be modified to work in CR 8.5, or of another way to pass server name information to the report footer?
(right now I am manually putting server name information in the report comments and then inserting that field - talk about clumsy.)
Thanks in advance!