FRMLBOTTOMUP block creation issue.
Summary
FRMLBOTTOMUP block creation issue.Content
Hello,
This might be discussed earlier, but I couldn't find an answer for my issue.
I want to leverage the FRMLBOTTOMUP to reduce the calc time as the app is too sparse. But there are certain IF conditions in the calc that needs to be validated. In spite of using CREATEBLOCKONEQ in the script, it doesn't help.
Entity, Product are large Sparse dimensions with more than 2000 members in each.
SET AGGMISSG ON;
SET UPDATECALC OFF;
SET LOCKBLOCK HIGH;
SET FRMLBOTTOMUP ON;
FIX(&BudYr1, "No_Project", @RELATIVE({Entity},0), @RELATIVE({Product},0),@RELATIVE("Categories",0),"Packages", @RELATIVE("Total_CT"
0