Matrix Drillthrough
Hi Sorry for the late response.
I have managed to resolve the problem with these navigation parameters
[FONT='Calibri','sans-serif']Row =[/FONT] Iif(InScope("matrix1_Row"), ReportItems!Row.Value, "All")
[FONT='Calibri','sans-serif']Column = Iif(InScope("matrix1_Column"), ReportItems!Column.Value, "ALL")[/FONT]
Thanks
Kind Regards
|