I have a report that runs on a subset of manufacturers, based on a Boolean parameter field. Is there a way to pass the value to the record selection formula in a sub-report?
More simply, I guess....
Main Report:
IF {?DatedGoods} = True
THEN manufacturer in ["AAA","BBB","CCC"]
Sub-report has credits from a different table that requires a 5 table join (LONG story).
Based on the {?DatedGoods} parameter, I want the same manufacturers from the subreport (Manufacturer codes to be hard coded).
Thanks in advance & HAPPY Holidays to all!
Chuck
More simply, I guess....
Main Report:
IF {?DatedGoods} = True
THEN manufacturer in ["AAA","BBB","CCC"]
Sub-report has credits from a different table that requires a 5 table join (LONG story).
Based on the {?DatedGoods} parameter, I want the same manufacturers from the subreport (Manufacturer codes to be hard coded).
Thanks in advance & HAPPY Holidays to all!
Chuck