Actions for SSRS Report
Hi All,
I have two reports from CUBE.These Two reports are Matrix Table reports with branch as row group and Year, Month and Quarter is the Column group.
Summary Report: Date Calendar, Branch, Company are the parameters
Detail Report: Branch is the only parameter.
Summary report needs action based on Branch.
Steps what I took are:
In the summary report, on Branch (Row Group) I created an action using Branch as a Parameter.
Issue:
When I click to see the particular branch details, it is not picking that particular branch instead showing All branch details. I don't know why this happening.
I appreciate your help in advance.
Thanks
Tarak
May 12th, 2011 3:04pm
After I modified the parameter value in the main report(Action) to the following, it is working fine.
="[Orders Branch Details].[Branch].&["+ Fields!Branch.Value+ "]"
Tarak
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 10:43pm