dbTalk Databases Forums  

Action to reporting services

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


Discuss Action to reporting services in the microsoft.public.sqlserver.olap forum.



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

Default Action to reporting services - 07-05-2005 , 06:18 AM






Testing this custom drill through action top rep s.

http://emea.windowsitpro.com/SQLServ...328/45328.html

One thing that I cannot get to work is when i have the dimension as a page
field and select a record - it ignores this selection
in th URL sentence for reporting services but when putting the dimension as
a row field it works.

That isn't what I want however - want it to work with selectins in page
field as well.

Tried making a calc member that shows level.ordinal for the project
dimension and this actually shows the correct value when using the page
field so i don't understand why it isnt put in the url.

This is the MDX url sentence:

Listing 3: URL Action
"http://localhost/ReportServer?/Drillthrough/Drillthrough" +
iif(Measures.Currentmember IS Measures.CompCount,"&Meas=comp","&Meas=bid") +
iif([Project].currentmember.level.ordinal<>0,"&Proj=" +
[Project].currentmember.properties("key"),
iif([Date].currentmember.level.ordinal<>0,"&Year=" +
[Date].currentmember.properties("key"),""))
+
"&rc:Parameters=false"





Reply With Quote
  #2  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: Action to reporting services - 07-05-2005 , 03:02 PM






Anyone ?

In my opinion the use of action as drillthrough to reporting services is
greately reduced if this is true ?

"Michael Vardinghus" <michaelvardinghus (AT) hotmail (DOT) com> wrote

Quote:
I think there's something wrong with the cell level action and filter
fields.

Tried putting this into an cell level (url) action...just to see what
result
it would give me

[DAte].currentmember.properties("key")
...but the action is ONLY visible when having the date dimension on row
....
not when date is a filter field.

That must be an error - in a normal drillthrough it selects the whole
tupple
regardless of choice in filter, row or column fields...?

"Michael Vardinghus" <michaelvardinghus (AT) hotmail (DOT) com> wrote in message
news:%23aLwAnIgFHA.1248 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Testing this custom drill through action top rep s.


http://emea.windowsitpro.com/SQLServ...328/45328.html

One thing that I cannot get to work is when i have the dimension as a
page
field and select a record - it ignores this selection
in th URL sentence for reporting services but when putting the dimension
as
a row field it works.

That isn't what I want however - want it to work with selectins in page
field as well.

Tried making a calc member that shows level.ordinal for the project
dimension and this actually shows the correct value when using the page
field so i don't understand why it isnt put in the url.

This is the MDX url sentence:

Listing 3: URL Action
"http://localhost/ReportServer?/Drillthrough/Drillthrough" +
iif(Measures.Currentmember IS
Measures.CompCount,"&Meas=comp","&Meas=bid")
+
iif([Project].currentmember.level.ordinal<>0,"&Proj=" +
[Project].currentmember.properties("key"),
iif([Date].currentmember.level.ordinal<>0,"&Year=" +
[Date].currentmember.properties("key"),""))
+
"&rc:Parameters=false"









Reply With Quote
  #3  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: Action to reporting services - 07-05-2005 , 03:17 PM



I think there's something wrong with the cell level action and filter
fields.

Tried putting this into an cell level (url) action...just to see what result
it would give me

[DAte].currentmember.properties("key")
....but the action is ONLY visible when having the date dimension on row ...
not when date is a filter field.

That must be an error - in a normal drillthrough it selects the whole tupple
regardless of choice in filter, row or column fields...?

"Michael Vardinghus" <michaelvardinghus (AT) hotmail (DOT) com> wrote

Quote:
Testing this custom drill through action top rep s.

http://emea.windowsitpro.com/SQLServ...328/45328.html

One thing that I cannot get to work is when i have the dimension as a page
field and select a record - it ignores this selection
in th URL sentence for reporting services but when putting the dimension
as
a row field it works.

That isn't what I want however - want it to work with selectins in page
field as well.

Tried making a calc member that shows level.ordinal for the project
dimension and this actually shows the correct value when using the page
field so i don't understand why it isnt put in the url.

This is the MDX url sentence:

Listing 3: URL Action
"http://localhost/ReportServer?/Drillthrough/Drillthrough" +
iif(Measures.Currentmember IS Measures.CompCount,"&Meas=comp","&Meas=bid")
+
iif([Project].currentmember.level.ordinal<>0,"&Proj=" +
[Project].currentmember.properties("key"),
iif([Date].currentmember.level.ordinal<>0,"&Year=" +
[Date].currentmember.properties("key"),""))
+
"&rc:Parameters=false"







Reply With Quote
  #4  
Old   
Deepak Puri
 
Posts: n/a

Default Re: Action to reporting services - 07-05-2005 , 05:55 PM



What is the client tool that invokes the action - and is it using a
calculated member for multi-select filter?


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #5  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: Action to reporting services - 07-06-2005 , 09:22 AM



Hi

For the time being I'm actually just trying to get it to work in cube
browser....but I tried using the excel add in as well.

No calc members.

"Deepak Puri" <deepak_puri (AT) progressive (DOT) com> wrote

Quote:
What is the client tool that invokes the action - and is it using a
calculated member for multi-select filter?


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***



Reply With Quote
  #6  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: Action to reporting services - 07-06-2005 , 02:43 PM



Try putting this into sales in foodmart as a cell level url action

"http://search.msn.com/results.asp?q?="+[Customers].currentmember.name

Then try selecting USA in customer as a filter filed and something else such
as promotions as rows....

The URL as a result of this says:

http://search.msn.com/results.asp?q?=All%20Customers

If I put customers into rows and remove promotions and choose to activate
action on the USA member it says

http://search.msn.com/results.asp?q?=USA

Therefore I interpret this as AS disregarding my filtering fields when using
cell level action ?

"Deepak Puri" <deepak_puri (AT) progressive (DOT) com> wrote

Quote:
What is the client tool that invokes the action - and is it using a
calculated member for multi-select filter?


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***



Reply With Quote
  #7  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Action to reporting services - 07-06-2005 , 05:23 PM



Actually this is a known bug in the cube browser.
If you had written an app (or used a front-end tool which exposes cell-level
actions, e.g. I think the new Proclarity version now in beta does) to look
at the action it would have been rendered properly.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Michael Vardinghus" <michaelvardinghus (AT) hotmail (DOT) com> wrote

Quote:
Try putting this into sales in foodmart as a cell level url action

"http://search.msn.com/results.asp?q?="+[Customers].currentmember.name

Then try selecting USA in customer as a filter filed and something else
such
as promotions as rows....

The URL as a result of this says:

http://search.msn.com/results.asp?q?=All%20Customers

If I put customers into rows and remove promotions and choose to activate
action on the USA member it says

http://search.msn.com/results.asp?q?=USA

Therefore I interpret this as AS disregarding my filtering fields when
using
cell level action ?

"Deepak Puri" <deepak_puri (AT) progressive (DOT) com> wrote in message
news:%23b42qSbgFHA.3768 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
What is the client tool that invokes the action - and is it using a
calculated member for multi-select filter?


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***





Reply With Quote
  #8  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: Action to reporting services - 07-07-2005 , 03:36 AM



Thanx Dave

Just tried this one in Excel Add in - and you're right - no trouble here..

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote

Quote:
Actually this is a known bug in the cube browser.
If you had written an app (or used a front-end tool which exposes
cell-level
actions, e.g. I think the new Proclarity version now in beta does) to look
at the action it would have been rendered properly.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.


"Michael Vardinghus" <michaelvardinghus (AT) hotmail (DOT) com> wrote in message
news:uAQvHMmgFHA.2472 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
Try putting this into sales in foodmart as a cell level url action

"http://search.msn.com/results.asp?q?="+[Customers].currentmember.name

Then try selecting USA in customer as a filter filed and something else
such
as promotions as rows....

The URL as a result of this says:

http://search.msn.com/results.asp?q?=All%20Customers

If I put customers into rows and remove promotions and choose to
activate
action on the USA member it says

http://search.msn.com/results.asp?q?=USA

Therefore I interpret this as AS disregarding my filtering fields when
using
cell level action ?

"Deepak Puri" <deepak_puri (AT) progressive (DOT) com> wrote in message
news:%23b42qSbgFHA.3768 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
What is the client tool that invokes the action - and is it using a
calculated member for multi-select filter?


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***







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.