I am new to the report server and I want to do an analysis of the reports.
I can drill down into Birt in eclipse from Report A to Report B. But when I upload my reports to Reportserver I can not drill down from one report to another.
I have read that documentation, but I do not understand it.
Define an Object of Report A as the starting points for the Drill Down in Report A by assigning the link to Report B (see Step 2 for the link). To include the Backlink check
Consider a Matrix of locations and Years, filled with turnovers , every turnover could be starting point for the drill. The parameters to provide for the jump from a given turnover of location_i and year_j (namely location_i and year_j) to Report B need to be derived manually in Report A. With these Parameters you assemble the link according to the two hints above.
Do not forget to include the backlink Parameter as an extra parameter, see second hint.