I have a main report with a parameter called '@print' that is linked to a formula 'print' that I would like to filter down to the subreport. Basically, I want the information in the subreport to be effected by the parameter in the main report.
Formula:
IF {?@print} = 0 THEN 'All'
ELSE IF {?@print} = 1 THEN 'Charges currently being interfaced'
ELSE IF {?@print} = 2 THEN 'Charges completed successfully '
ELSE IF {?@print} = 3 THEN 'Charges completed with errors'
Parameter:
Name: @print
Type: Number
Allow Custom Values: True
Allow Multiple Values: True
Allow Discrete Values: True
Allow Range Values: True
Formula:
IF {?@print} = 0 THEN 'All'
ELSE IF {?@print} = 1 THEN 'Charges currently being interfaced'
ELSE IF {?@print} = 2 THEN 'Charges completed successfully '
ELSE IF {?@print} = 3 THEN 'Charges completed with errors'
Parameter:
Name: @print
Type: Number
Allow Custom Values: True
Allow Multiple Values: True
Allow Discrete Values: True
Allow Range Values: True