ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 Drill through action to another report?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Message:

* HTML is ON
* Forum Code is OFF
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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.

ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page