Hi,
In our scenario we load delat data into ODS and then delta data into Cube. I added new characteristics in ODS as well and Cube to fill in based on other existing field and a table lookup for value. I wrote the routine in ODS Update rule.
After the data i see reverse record in Cube? One record for the new characteristics filled in and another reverse record for new characteristics empty.
Basically the data in Cube is Double the Data in ODS.
How to eliminate this? What is the reason for this?
Thank you
arun
Hi Arun,
When you initialize from the ODS you have to clear the data from the cube, otherwise you get dupicate data in the cube. you can use the ODS as a data store and never clear the data from the ODS, that way you have history. If you add new fields to the ODS do not delete the current data in the ODS and reinitilaize the ODS to bring in the new fields. If you need the new fields in the cube then clear the contents of the cube and initialize the delta into the cube.
Hope this answers your questions,
Aaron Blasi
Hi,
Basically i need the history data in cube.I re-initialized the Delta from ODS to Cube deleting the Old delta initialization.But i didn't delete the data.
What is the reason for one record with positive key figure value and one record with negative(Reverse) key figure value?
Basically i added new characteristics in both ODS and Cube and the Routine for it is written in update rule of the ODS.I fill the characteristics
How does the delta from ODS to Cube works? Can someone explain?
Thank you
arun
Add a comment