Hello, I have a quick question regarding the clear package. It posts the reverse entries, but then how do i make them combined and then get rid of them from the model? Here is an example:
CATEGORY TIME ENTITY ACCOUNT AMOUNT
ACTUAL 2011.JUN 1000 56849 399
Entry that clear pacakge posts:
CATEGORY TIME ENTITY ACCOUNT AMOUNT
ACTUAL 2011.JUN 1000 56849 -399
How cube looks after clear package
CATEGORY TIME ENTITY ACCOUNT AMOUNT
ACTUAL 2011.JUN 1000 56849 399
ACTUAL 2011.JUN 1000 56849 -399
what do i need to do make sure these two get to 0 and ultimately get cleared from the cube?
Thanks.