Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ClearBlock vs ClearData

Leo27Oct 25 2012 — edited Oct 25 2012
I need to clear Actuals data before i load fresh data. So i have below two options, though both are working for me, i would like to know which one is recommended and why.

Fix(&CurrentMonth, &CurrentYear, "Final")
ClearData "Actual";
EndFix

or

Fix(&CurrentMonth, &CurrentYear, "Final", "Actual")
ClearBlock All;
EndFix

PS: Pls dont tell me to read the documentation, if it made a lot of sense, i wouldnt be here.
This post has been answered by Jake Turrell on Oct 25 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2012
Added on Oct 25 2012
2 comments
2,643 views