Passing parameters from main report to subreport
i am using subreport in my crystal report
1)I am displaying
class_time,
class_capacity
total number of admissions in batch,
total number of transfers from one batch to another batch
(group by batchid)
in the main report
2)I am passing parameters:-total number of admissions,transfers and batchid to the subreport
in subreport i have formula
lab_infrastructure=
lab_capacity*100/(admissions+transfers)
After execution of the program i am not
able to see values of any record in subreport
Why is it so?
Swati Jain
|