Hi @alanbclark ,
The Bundle Execution property on custom menus of type Quick Report enables the custom menu to operate on several objects selected in an overview window. If not used, the custom menu operation only applies to one selected object. The Quick Report must also be designed to support bundled execution. This means it must be of type "SQL Statement" and the where clause of the SQL statement must use the IN operator.
If you need to refer to an example refer below link.
Quick Report Custom Menu Sample (ifs.com)
Therefore it cannot be done with a crystal report.
But you can create a custom field with all the values together and then map it to a parameter in the crystal report and then break it accordingly in the selection formulas.
Thanks,
Kind Regards,
Hi @alanbclark ,
The Bundle Execution property on custom menus of type Quick Report enables the custom menu to operate on several objects selected in an overview window. If not used, the custom menu operation only applies to one selected object. The Quick Report must also be designed to support bundled execution. This means it must be of type "SQL Statement" and the where clause of the SQL statement must use the IN operator.
If you need to refer to an example refer below link.
Quick Report Custom Menu Sample (ifs.com)
Therefore it cannot be done with a crystal report.
But you can create a custom field with all the values together and then map it to a parameter in the crystal report and then break it accordingly in the selection formulas.
Thanks,
Kind Regards,
Nice solution! I wasn't aware of this.