ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 OLAP tutorial on your web site

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

Screensize:
UserName:
Password:
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
delbarreg Posted - 09/11/2013 : 08:41:33
Hello,

I have to do a olap report having actions into cells...
When the user click on a cell, I have to point to a new report with variable coming from the actual report.
I hope it is possible with report portal, but I don't see how I can do...
I view all the tutorials on your web site, but when I want to view the "Actions support" tutorial, in fact, it points to "Member properties support"...and I can't access to the "Actions support" tutorial.

Could you check that and correct the link to the good video (if there is something to correct) ?
Thanks a lot for your help :-) !
Guillaume
1   L A T E S T    R E P L I E S    (Newest First)
admin Posted - 09/11/2013 : 22:04:06
For this you can create a calculated measure.

In the report tree, right click on the destination report select Hyperlink. Check Filter Params. This will give you the idea how to link to a report. Next add the calculated measure. The formula should look something like:

"<a href=""../Proxy.aspx?reportId=8138&[Customer].[Education]=" + [Customer].[Education].UNIQUENAME + """>" + [Customer].[Education].CurrentMember.Name + "</a>"

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