Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

LOOP and VAR functions on FCCS

edited Mar 22, 2019 11:53AM in Financial Consolidation and Close 5 comments

Content

Hi,

we like to know if functions "Loop" and "Var" are available on FCCS.

we have an custom rule that uses this 2 functions but it's not working like it's suppose.

we're trying to declare a variable to define the number of times that a loop is performed. 
The code is something like this: 
VAR X = 0; 
Fix(...) 
LOOP (X) 
code 
"member count" 

"member count"="member count"+1; 
IF(...) 
X==1; /* exit the loop*/ 
endif 

endloop 
end if 

but when I consolidates it gives the following error: 
"Declaration of temporary variable [X] is not supported inside FIXPARALLEL" 

 

Thanks in advance

 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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