Long loading time to open a data form on FCCS
User requests to have an extra column showing last year's Period12 YTD as a reference on all data forms.
So, I created a Dynamic Calc Scenario member with member formula as below.
IF(@ISLEV ("Entity",0))
IF(NOT(@ISMBR (@DESCENDANTS ("Validation"))))
&ACTScenario->"Jun"->@MEMBER (@PREVSIBLING (@CURRMBR ("Years")));
ENDIF
ENDIF
Most of the data forms can load within 1-3 seconds, however, there is one particular form that took quite a while to load.
Is there any setting or configuration that I can use to shorten the loading time?
For context, there are around 70 accounts on row, a few of them are with Total Custom3 and Intercompany Top.
Tagged:
0