IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Cognos Powerplay Cube needs to be converted to Webfocus
Go
New
Search
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Gold member
Posted
Hi,

Is there any tools to convert Cognos Powerplay Cubes to Webfocus? Or How can I implement a cube functionality in IBI Webfocus ?

I am planing to get all the SQLs participated in the cube(IQD files) and create a materialised view then create a metadata against that.Is that approach good?

A breief description of Powerplay cube is given below as

Cognos Cube is an MDC file nothing but Multi Dimensional Cube. Cube is generated by PowerPlay Transformer Model with the help of IQD (Impromptu Query Definition) files.

Thanks and regards,
Johney Joseph.


Version 711
Webfocus installed in Unix ,
desktop PC: Windows-XP based
Output: Excel, HTML, PDF
 
Posts: 58 | Registered: October 19, 2007Reply With QuoteEdit or Delete MessageReport This Post
Gold member
Posted Hide Post
Johney,

When you get a chance look-up the WebFOCUS OLAP functionality. This will wnable you to do cube-like functions.


WF 7.6.4
Tomcat
SQLServer 2000
Windows NT-5.2 x86 32bit
 
Posts: 50 | Registered: February 04, 2008Reply With QuoteEdit or Delete MessageReport This Post
Master
Posted Hide Post
If you put the data into a FOCUS database the 10-20X performance advantage vs rdbms will cancel out the loss of not having the data aggregated at dimension level. For very simple dimension structures you can aggregate by creating a focus file with a hierarcial structure.

eg
APP HOLD SAVEAREA
TABLE FILE X

SUM
quantity
BY DIM1

SUM
quantity
BY DIM1
BY DIM2

PRINT
quantity
BY DIM1
BY DIM2
BY DIM3

ON TABLE HOLD FORMAT XFOCUS
END



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
 
Posts: 717 | Location: Airstrip One | Registered: October 06, 2006Reply With QuoteEdit or Delete MessageReport This Post
Expert
Posted Hide Post
I would add to john's most excellent example...
ON TABLE HOLD AS something FORMAT XFOCUS INDEX DIM1 DIM2 DIM3
...
and then
CHECK FILE something PICTURE
which will show you the swell thing you've created...




DevStu 766; Unix,Oracle: Prod 761 iplanet; Dev 765 tomcat 6; MRE/BID/PMF
 
Posts: 2463 | Location: Manhattan | Registered: October 28, 2003Reply With QuoteEdit or Delete MessageReport This Post
Gold member
Posted Hide Post
Thanks everybody for their inputs.

I am going by the approach as I mentioned like, create a mat view with all the SQLs joined together and use the OLAP feature to report.

Regards,
Johney Joseph


Version 711
Webfocus installed in Unix ,
desktop PC: Windows-XP based
Output: Excel, HTML, PDF
 
Posts: 58 | Registered: October 19, 2007Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Cognos Powerplay Cube needs to be converted to Webfocus

Copyright © 1996-2008 Information Builders, leaders in enterprise business intelligence.