If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Need help on Publish

Started by Amritha, 20 May 2011 10:45:03 AM

Previous topic - Next topic

Amritha

Hi gurus,

I have a problem with published data.

I just need to publish only Level 0 items, but i am getting the Level 1 items. And the ETL team is using only Level 0 items to pull the data in their script.

How to publish just Level 0 Items...?

Creating extra columns Level1_GUID, IId's etc. Previously we used to see only Level0_Guid, IIds etc

Using CY_column name,

LEVEL0_GUID                    NOT NULL CHAR(38)                                                                                                                                                                                     
LEVEL0_IID                     NOT NULL NUMBER(10)                                                                                                                                                                                   
LEVEL0_NAME                             VARCHAR2(200)                                                                                                                                                                                 
LEVEL0_DISPLAYNAME                      VARCHAR2(500)                                                                                                                                                                                 
LEVEL0_ORDER                   NOT NULL NUMBER(10)                                                                                                                                                                                   
LEVEL1_GUID                    NOT NULL CHAR(38)                                                                                                                                                                                     
LEVEL1_IID                     NOT NULL NUMBER(10)                                                                                                                                                                                   
LEVEL1_NAME                             VARCHAR2(200)                                                                                                                                                                                 
LEVEL1_DISPLAYNAME                      VARCHAR2(500)                                                                                                                                                                                 
LEVEL1_ORDER                   NOT NULL NUMBER(10) 

Thanks,
A

StuartS

Hello

Have you upgraded your Cognos software?

cy and sy tables behaved the same in 8.1 but in 8.4 cy tables became complex hierarchies, (They always were complex hierarchies but there was a bug in 8.1).  sy tables are still simple hierachies.  The sy table contains the same data as the cy table.

Have a look at the sy version of the table you are interested in.

Regards

Stuart