Filter window and attached report template

Hi Tony - Is it this thread that you’re referring to? Adding a filter window for a Report

For the suggestion that I made, the dialog is just a procedure using the Window template.

The Report procedure itself accepted parameters that I needed for setting up and filtering my report.

I tied the two together in a source procedure:

 IF MyReportDialog(MyParameterGroup)
    MyReport(MyParameterGroup)
 END
1 Like