I need to make a drill down report based on column values. I have already created report but I need to implement drill down in my report.
My column values are like below based on which I need to drill down my report.
Top Line Income, Products (GL), NII, NIR, Products (Non-GL), NIIT, NIRT, WIP, No.Of Prospect NII, No.Of prospect NT
and so on....
Now I have to implement a drill down such that If I click on Top line income,Products (GL)
, NII
, NRR
,Products (Non-GL)
, NIIT
and NIRT
should expand.
And If I click WIP
, No.Of Prospect NII
and No.Of prospect NT
should expand. Basically, the SSRS report should be structured like:
+Top Line income,
+WIP,
Here column 'Measure_code' has all the above values like Top line income,Products (GL), NII, NIR, Products (Non-GL), NIIT, NIRT, WIP, No.Of Prospect NII, No.Of prospect NT and so on...
We have calculated measures (ex. sum(actual), sum(Target) etc.) as well in front of all Measure code column values.
Could you please help me out how to achieve this, As I am very new to SSRS.