Focal Point
Cognos Powerplay Cube needs to be converted to Webfocus

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1191077292

July 24, 2008, 03:35 AM
johney
Cognos Powerplay Cube needs to be converted to Webfocus
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 7.6.11
Webfocus installed in AIX 5.3,
desktop PC: Windows-XP based
Output: Excel, HTML, PDF
July 24, 2008, 04:25 PM
RSquared
Johney,

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


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit
July 25, 2008, 04:38 AM
hammo1j
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
July 25, 2008, 11:13 AM
susannah
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...




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
August 06, 2008, 08:23 AM
johney
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 7.6.11
Webfocus installed in AIX 5.3,
desktop PC: Windows-XP based
Output: Excel, HTML, PDF