I am working with Crystal Reports 6 in an environment where batch reporting is done using Crystal Info. Data is provided to the reports from SQL Server 7 stored procedures. I have a situation where a single report is run multiple times by Crystal Info, each time with different parameters.
How can I conditionally format the report's title based on the paramters passed by Crystal Info through the report to the SQL Server stored procedure?
I tried creating a formula referencing the parameter as {?myParamName} and also as {?@myParamName}. The formula editor rejects both these pieces of syntax as invalid field names.
Any help will be most appreciated.
Thanks!
How can I conditionally format the report's title based on the paramters passed by Crystal Info through the report to the SQL Server stored procedure?
I tried creating a formula referencing the parameter as {?myParamName} and also as {?@myParamName}. The formula editor rejects both these pieces of syntax as invalid field names.
Any help will be most appreciated.
Thanks!