One Dataset populating multiple Reports

  • Good Morning

    I have a stack of data and I want to be able to create a single report, this report will have two parameters one is 'date' and the other is 'place' once these are selected then a report will show me the following results:

    1st Report:

    Time:14:10

    Person 1

    Person 2

    Person 3

    2nd Report:

    Time 14:30

    Person 1

    Person 2

    Person 3

    3rd Report

    Time 14:50

    Person 1

    Person 2

    Person 3

    I have tried list boxes and all I get is Person 1, 3 times and person 2, three times etc but I need to separate them out. can it be done?

    Thanks

    Wayne

  • What does your dataset look like?

    If it returns each Multiple times with different dates. Then Use a table.

    Create a group on Date, and put the person in the detail rows.

  • Thanks Ray, all sorted now.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply