Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

7.3 Transformer data feed, linking 2 data sources

Status
Not open for further replies.

xpehbam

Programmer
Nov 22, 2006
2
0
0
US
I need to feed data into the transformer; I have a flat file which is look like this

Parent | Child
A | B
B | C
B | D (This is the lowest level for this tree)
C | E
E | F (This is the lowest level for this tree)

So as you see not every level in tree is filled. After transforming this file in SQL server I made it look like this
1|2|3|4|5|
A|
A|B|
A|B|C|
A|B|D|
A|B|C|E|
A|B|C|E|F

and so on.

So my first question is: A,B,C,D in this example are ID's of the entities, how could I link another file in transformer which have a structure like
entityID | Desc
Second question how could I make transformer Not to create blank Categories at all (not just suppress it)
And 3rd question how cognos support Dynamically build dimension.

Thank you For your help, If I am not clear with the problem do not hesitate to ask more.
 
Maybe you can use two iqds in the transformer, but it'is difficult, you have to controlle the result!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top