dbTalk Databases Forums  

Action URL link to hyperlink

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Action URL link to hyperlink in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Wade
 
Posts: n/a

Default Action URL link to hyperlink - 11-22-2006 , 03:43 PM






I'm new to Analysis services, and I need some help with what I'm fairly sure
is an easy process.

I've built a cube in analysis services and I would like to have users be
able to drill down to a company name, which at that point would have an
action associated with it, that will redirect users to a webpage, and pass
on the company id, so that the webpage opens up with that company
information.


How do I do this, or does anyone know where I can find a tutorial on this?



Reply With Quote
  #2  
Old   
Ohjoo Kwon
 
Posts: n/a

Default Re: Action URL link to hyperlink - 11-23-2006 , 07:38 PM






If you use AS 2005, go to Cube Designer and click Actions tab.

Click new action toolbar.
Select Level as Target type.
Select the Company Name level as Target Object

Select URL as Type.

Enter Action expression. For example,

"http://localhost/companyinfo?id=" +
[Company].[Company].CurrentMember.Properties("Key")

Finally, your client tool should support user interface to invoke this
action.

Ohjoo


"Wade" <wade.cormie (AT) thomson (DOT) com> wrote

Quote:
I'm new to Analysis services, and I need some help with what I'm fairly
sure is an easy process.

I've built a cube in analysis services and I would like to have users be
able to drill down to a company name, which at that point would have an
action associated with it, that will redirect users to a webpage, and pass
on the company id, so that the webpage opens up with that company
information.


How do I do this, or does anyone know where I can find a tutorial on this?




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.