Home Subreports

multi sub-report with filter

edited November 2002 in Subreports
Hi,
I have a report where the end user can add sub report for themself, each
sub report actually operate on the same data pipeline except they filter on
different records. Can this be done? If so, how? Thanks in advance.

Best Regard
Jonathan Liaw

Comments

  • edited November 2002
    The tech tips "Tech Tip: Troubleshooting DataAccess Errors" states:

    1. Do not filter the dataset of modify it any way once the report.Print
    command is issued. If you need to do master/detail and cannot use
    linked datasets, then use the master DataPipeline.OnRecordPositionChange
    event to filter the detail dataset.


    I would suggest either:

    1) Different print commands; or
    2) Have the data for each different in-memory datasets.


    Ed Dressel
    Team DM
This discussion has been closed.