Hi,
We are using BO XI fullclient on Oracle.
I created two dataprovides -one universe (contains 10 objects)
one from excel(contains 10 columns); there is one common dimension
and i linked those two dimensions (same datatype-char)
when i click on one object of universe DP ,all the other columns in Excel DP are grayed out,excpet measures.
When i click on one column/object in Excel DP,all the other cloumns in universe DP are grayed out except measures.
I need to create a report ,5 columns from Universe DP and 8 columns from Excel.
I tried to change these object from Dimension to Detail and then drag it.
but no use.
How can i do this?? please help.
You cannot combine unlinked dimensions from 2 DPs in one table. The solution is to create a detail variable for each unlinked dimension from one of the DPs with the master dimension as the linked one.
You can then combine all of the dimensions and variables from the one DP with the linked dimension, the measures and the new detail variables from the other DP.
i am not sure but you can try this way.
go to view data-data manager->
link the objects from two different sources.
only unlink the date objects and see the results.
When you say you’re converting them, exactly what do you mean? You need to create Detail variables with the linked dimension as the master. You don’t change the actual object type.
i tried as steve said: created detail variables and assoiciated them to related dimension and got the entire data in one report
but the problem is :even though all the columns data is displayed in one report,for some columns ,some rows ,data is empty(NO DATA)
and after some rows again data appears for those columns and in other columns some rows are empty.
but the rows/cloumns are linked (as i can see the same data from both the DPS in columns)
Data does not appear for some rows and Some columns.
To be clear: For Description column data appears for some rows and do not appear for some rows.
where as when i check the data for number/id and description in Oracle tables through TOAD, the data is available for all Numbers/ids and Desc.
I am not sure if this is a data load problem or
i am mising something at the report level.