Is this true? Regarding CreateNonMissingBlk and CreateBlockOnEq — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Is this true? Regarding CreateNonMissingBlk and CreateBlockOnEq

edited Aug 2, 2018 2:36AM in Essbase 3 comments

Summary

Is this true? Regarding CreateNonMissingBlk and CreateBlockOnEq

Content

So I am at a client using Planning 11.1.2.4.079 with Exalytics and cleaning up some data.  By cleaning up, I mean that there is a sparse dimension that has data in 2 different places and it belongs in only 1 place for each combination of legal entity and cost center.

I have code similar to this:

Set CreateNonMIssingBlk On;

Fix(Legal Entity, Cost Center)

      Sparse_New = Sparse_New + Sparse_Old;

ENDFIX;

Fix(Legal Entity, Cost Center)

      ClearData Sparse_Old

EndFix

The code works.  It takes a while because it is all periods, all years, all versions, all accounts, all scenarios......  But performance isn't an issue as this is a one time clean up.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!