I have a report that has two parameter fields, project number and template name. This report then has 30 subreports, and one of the linking fields is the {?template name}. Then within the subreports, this {?template name} is used for conditional suppression, conditional text displays, formulas etc etc etc. Basically the main report has just a few database fields, then based on the value entered into the {?template name} field then you will see a report with just one of the subreports.
This report is now to be used within a Lab system, and it cannot pass parameter values, so now instead of using a parameter field, I can use a database field. Now the challenge is to work out how to replace all the instances of where the parameter field has been used with this new database field.
Many thanks for viewing this.