Monday, May 9, 2011

What is the role of row source in IOP

Rowsource is an IOP internal table that can be used for planning. You can do what-if analysis on teh rowsource data, and it will propagate the changes to the cubes that the rowsource is linked to.
Rowsource is of two types: regular (it will copy the data over and expose for what-if analysis) and system (it is a pass through, the data is directly loaded from the data source). You cannot do direct what-if on that data.

No comments:

Post a Comment