Issue with Drill through report

  • Hi,

    I have created a report where in one report drills through to another report.

    The first report fetches me the following data:

    ClientName Country TicketingCount

    abc usa 5

    cde uk 5

    xyz ind 3

    The Second report fetches me the following data:

    Country Airline TicketingCount.

    usa ek 5

    usa ua 5

    usa et 3

    When I click on the Field Country in my First report the second report is fetched. but the issue is that the second report fetches me call data pertaining to that country rather than the information for the country & the particular client.

    ie., from the above reports when i click on usa for client abc i need to get the airline information for US & the client abc.

    How can I do this?

    Regards,

    Nithin

  • Assuming your 2nd report has a parameter for the client...

    In your first report, right click on the Field Country and select Properties. Select the Navigation tab. Where you have the 'Jump to Report' selected, click on the button marked 'Parameters'. In this window, you should be able to map the 'client' parameter in your 2nd report to a parameter value such as =Fields!client.Value.

    Leonard
    Madison, WI

  • Thanks a lot for the valuable solution!!!!!!

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

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