dbTalk Databases Forums  

Cognos ReportNet and MSAS cubes

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


Discuss Cognos ReportNet and MSAS cubes in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mark.dalton@ceridian.com
 
Posts: n/a

Default Cognos ReportNet and MSAS cubes - 08-01-2005 , 11:58 AM






Can I source a ReportNet report from an MSAS cube? I can do this using
Cognos Power Play, but can't seem to figure out how to use ReportNet
and/or Framework manager.

Thanks!

Mark


Reply With Quote
  #2  
Old   
Frank Matthiesen
 
Posts: n/a

Default Re: Cognos ReportNet and MSAS cubes - 08-02-2005 , 06:12 AM






mark.dalton (AT) ceridian (DOT) com wrote:
Quote:
Can I source a ReportNet report from an MSAS cube? I can do this
using Cognos Power Play, but can't seem to figure out how to use
ReportNet and/or Framework manager.
I don't know. Ask Cognos. They should give you the right answer.

regards

Frank




Reply With Quote
  #3  
Old   
yann
 
Posts: n/a

Default RE: Cognos ReportNet and MSAS cubes - 08-03-2005 , 08:11 AM



Cognos ReportNet should introduce MS AS in the framework with the next
version (V2 in September in France).
Today the only way I know to use ReportNet and MS AS is to create a stored
precedure that you can declare in a framework, so usable with ReportNet.
How to do that :
1/ create a linked server pointing on your OLAP server (LINK_OLAP in the
following example).
2/ create your stored procedure containing something like that

select * from openquery
( LINKED_OLAP, 'select { measures.[unit sales] } on columns,
non empty nest( nest( [customer location].[country].members,
[gender].members ), [product category].[bread].children ) on rows
from sales ')

3/ declare this stored procedure in your framework and then your can use it
in ReportStudio.

Not the top but I use that and it works. For more information about that,
just have a look on the SQL help : 'Passing Queries from SQL Server to a
Linked Analysis Server'

"mark.dalton (AT) ceridian (DOT) com" wrote:

Quote:
Can I source a ReportNet report from an MSAS cube? I can do this using
Cognos Power Play, but can't seem to figure out how to use ReportNet
and/or Framework manager.

Thanks!

Mark



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.