[ad_1]
Hello @saralanda
Thank you very much for using our plugin. If you want the scope of the boardmonth variable to be global, simply use it without declaring the variable with var
(function(){
boardmonth="";
...
})()Note the equations are evaluated depending on whether the fields used in them are modified. So, you do not control the order in which the equations are evaluated. In the other equations where you want to use the boardmonth variable, you must check first if the variable exists.
Best regards.
