Hi All,
I have 5 subreports. My main report has 7 parameters and these 5 subreports are inserted in the main report.
An ex of one of my main report params is :
(If ({?Project} = '' or {?Project} = '0')
Then 1=1
Else{Query1.Project Id} = {?Project})
Need a suggestion on how do I link all the 5 subreports to the main report. I need data from subreports based on the parametrs chosen in the main report Do I have to create all the 7 params in the 5 individual subreports? If so what should be the formula for selection criteria with in the subreport.
Thanks
I have 5 subreports. My main report has 7 parameters and these 5 subreports are inserted in the main report.
An ex of one of my main report params is :
(If ({?Project} = '' or {?Project} = '0')
Then 1=1
Else{Query1.Project Id} = {?Project})
Need a suggestion on how do I link all the 5 subreports to the main report. I need data from subreports based on the parametrs chosen in the main report Do I have to create all the 7 params in the 5 individual subreports? If so what should be the formula for selection criteria with in the subreport.
Thanks