|
Home > Archive > MS SQL Server OLAP > August 2005 > cell level Actions problems using Office XP Web Components Toolpac
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
cell level Actions problems using Office XP Web Components Toolpac
|
|
|
| Hi,
I created a cell level URL Actions (please see below) and was able to get
the current member name of CustomerName and ProductName, pass them as
parameters and open up a Reporting Service Report using Analysis Service UI.
"http://ServerName?/Reports/UNP_MVR/MVR_Report_Table&CustName="+[CustName].CurrentMember.Name + "&ProductName=" +[ProductName].CurrentMember.Name
However, I was not able to get the CurrentMember name of those dimensions
through Office XP Web Component Toolpack's Actions.htc. All I got was the
All members of those dimensions. I think there are some bugs in the
Actions.htc file, may be in the pivotBeforeContextMe
nu and addActionableItem
functions? But I don't know how to fix it. Could you please point me to
right direction?
Thanks, Chih Huang
| |
|
| does the action works fine under the analysis manager?
"Chih" <Chih@discussions.microsoft.com> wrote in message
news:B5D07D16-C517-4D5C-8191- AA544F91B758@microso
ft.com...
> Hi,
>
> I created a cell level URL Actions (please see below) and was able to get
> the current member name of CustomerName and ProductName, pass them as
> parameters and open up a Reporting Service Report using Analysis Service
> UI.
>
> "http://ServerName?/Reports/UNP_MVR/MVR_Report_Table&CustName="+[CustName].CurrentMember.Name
> + "&ProductName=" +[ProductName].CurrentMember.Name
>
> However, I was not able to get the CurrentMember name of those dimensions
> through Office XP Web Component Toolpack's Actions.htc. All I got was the
> All members of those dimensions. I think there are some bugs in the
> Actions.htc file, may be in the pivotBeforeContextMe
nu and
> addActionableItem
> functions? But I don't know how to fix it. Could you please point me to
> right direction?
>
> Thanks, Chih Huang
>
|
|
|
|
|