I'm new to CR, but I've been programming for over 17 years.
I'm told that CR11 has dynamic parameters, but I have CR10. No chances of an upgrade.
My report has a parameter filed called ?ReportDate. This date will be every Saturday of the year, but can chance with delays in processing.
I want to populate my parameter's default values (or a formula) with the following SQL:
select distinct (Reporting_Dt)
from dbo.Claims_Data
Are there any work-arounds?
Thanks,
gmctrek
I'm told that CR11 has dynamic parameters, but I have CR10. No chances of an upgrade.
My report has a parameter filed called ?ReportDate. This date will be every Saturday of the year, but can chance with delays in processing.
I want to populate my parameter's default values (or a formula) with the following SQL:
select distinct (Reporting_Dt)
from dbo.Claims_Data
Are there any work-arounds?
Thanks,
gmctrek