Essbase Default calc takes much longer than calc script, same logic, why?
here's the calc
SET FRMLBOTTOMUP ON;
SET CALCPARALLEL 5;
SET MSG SUMMARY;
SET NOTICE LOW;
fix("Year 2015",Actual)
calc dim(Measures,Sections);
ENDFIX
days;
0
here's the calc
SET FRMLBOTTOMUP ON;
SET CALCPARALLEL 5;
SET MSG SUMMARY;
SET NOTICE LOW;
fix("Year 2015",Actual)
calc dim(Measures,Sections);
ENDFIX
days;