ODR Block creation issue using Member Functions
Summary: ODR Block creation issue using Member Functions: Hybrid application with DSO
Block gets created with below code when ran for individual entities but when running for "ILvl0Descendants(Total Geography)" OR "IDescendants(Total Geography)" no results comes.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SET HYBRIDBSOINCALCSCRIPT FORCED;
FIX ("FCCS_Data Input", "FCCS_No Intercompany", "C4_None", "BL_None", "SL_None", "FCCS_Periodic")
SET CREATENONMISSINGBLK ON;
"No Custom 3" (
IF(@ISLEV("Total Geography",0))
/*@CALCMODE(BOTTOMUP);*/
@CREATEBLOCK(@LIST("9990102", "9990112"));
"9990102"->"FCCS_Data Input"->"FCCS_No Intercompany"->"C4_None"->"BL_None"->"SL_None"->"FCCS_Periodic"->"FCCS_No Movement" = ("9990107"->"FCCS_Intercompany Top"->"Total Business Line"->"Total Service Line"->"No Custom 3"->"Total Custom 4"->"FCCS_No Movement"->"FCCS_Total Data Source"->"FCCS_Entity Input"->"FCCS_YTD") / ("9990104"->"FCCS_Intercompany Top"->"Total Business Line"->"Total Service Line"->"No Custom 3"->"Total Custom 4"->"FCCS_No Movement"->"FCCS_Total Data Source"->"FCCS_Entity Input"->"FCCS_YTD");