When creating RDS reports from DD by using the wizard, it should use the Data Dictionary OnConstrain to filter the records, rather than sending the entire table to the report writer.

The logic to create filters, is used to add "AddFilter" messages to the report, BUT it should really build a "Constrain" condition and put it in the local DDO tree.

MM