I have a report that contains a LookUpSet expression to pull the total # of Self-Service, total # of subscription and total # of executions from 2 different dataset. =Join(LookupSet(Fields!ReportUNC.Value, Fields!ReportUNC.Value, Format(Fields!cntSelfService.Value, "###,#######0"), "ExecutionCount"))
What I am trying to set-up is that when the number is clicked (138, 121, 259) another report will load pulling the number that was clicked? so, if I clicked the 138 it will only load the sales report data for that 138, but I'm stuck and I can't figure out how to configure it. Please help.