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>" |
|
|