I have a prompt that accepts multiple selections, let's say a user picks sports teams for example.
I would like to display one page on the report for each sports team the user selects.
For instance, if they choose 4 sports teams, the report would be 4 pages long. Each page has multiple lists and graphs.
Does anybody know the easiest way to accomplish this?
Right now I have one query with a multi select parameter for the prompt (used for the prompt page), and the other queries have a single select prompt (use for my data page). But i'm not sure how to relate the two.
Thanks so much for any ideas.
I would like to display one page on the report for each sports team the user selects.
For instance, if they choose 4 sports teams, the report would be 4 pages long. Each page has multiple lists and graphs.
Does anybody know the easiest way to accomplish this?
Right now I have one query with a multi select parameter for the prompt (used for the prompt page), and the other queries have a single select prompt (use for my data page). But i'm not sure how to relate the two.
Thanks so much for any ideas.