You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

FCCS: FCCS_10 rule improvements needed after moving to DSO

Content (required):

Hi all

Can someone please let me know how we can improve on this section of a calc script, which is affecting our performance.

The following function is we remove the NOT, decreases consolidation performance quite significantly:

------------------------------------------------------------------------

IF (@ISIDESC("Jan") AND NOT @ISIDESC("FY19") AND @ISLEV("Entity",0))

IF (@ISIDESC("Jan") AND NOT @ISIDESC("FY19") AND NOT @ISLEV("Entity",0))

-------------------------------------------------------------------------


The script has "AND NOT" @ISLEV.... If we remove the "NOT" part the time decreased from 5 minutes to 2 minutes.

The problem is that we have various IF statements with this function: we have 9 IF and 7 ELSEIF with the same combination of @ISLEV("Entity",0) a NOT @ISLEV("Entity",0).

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!