Hi
I create an infoset on 2 info cubes with following join conditions:
Cube1 Join Type Cube2
Doc. No. Inner Doc. No.
Fiscal Year Inner Fiscal Year
Comp. Code Inner Comp. Code
Item No. Inner Item No.
According to above joins if no. of records of both cubes are same the output is correct.
But those cases where no. of records in Cube2's Item No. is greater than no. of records in Cube1's Item No.
It shows only those records where Item No. are same but I need all Item No. records for this I need left outer join.
So,
Can we use two types of joins in InfoSet of InfoCubes? Like following:
Cube1 Join Type Cube2
Doc. No. Inner Doc. No.
Fiscal Year Inner Fiscal Year
Comp. Code Inner Comp. Code
Item No. Outer Item No.