T O P I C R E V I E W |
pvora |
Posted - 03/15/2012 : 07:40:37 Is that possible to have a drill through that diverts the user to another report (Similar to SSRS text box action - go to another report option) in Report portal? We have a dashboard and we would like to have a drill through to another report functionality once user click on one of the chart reports. Thanks, P |
1 L A T E S T R E P L I E S (Newest First) |
admin |
Posted - 03/15/2012 : 12:00:03 You can create SSAS URL action that will take you to another report. To see SSAS actions, right click on a cell and select “Actions”. You can also right click on a row member to see the list of actions.
Alternatively, in OLAP Report design mode, you can add a calculated measure that would have HTML like:
"<a href='../Proxy.aspx?reportId=279'>" + [Customers].CurrentMember.Name + "</a>"
For an example, please go to http://www.reportportal.us/ReportPortal. Open report called My Reports > URL Link.
|
|
|