Hi All,
Can anyone please help me with this issue as I am not able to automatically pass parameters
to a subreport based on a status query.
The report only works for the first parameter value.
My status query is:
SELECT ClusterID
FROM CLUSTER
WHERE (ClusterCheckStatus = 'N')
Based on this query we have multiple clusters with 'N' status, but the subreport is displaying only the first cluster.
I am currently running SQL Server 2008 Express edition but plan to deploy the report to SQL Server 2008 Std Edition.
Cheers,
JMatts