[ad_1]
Hello team
In a calculation field I want to summarize small formulas to a constant variable
and put it in the main formula, then the main formula will be smaller.
Is there any way to do this?
for example:
i = (80.8+(((88.7-80.8)/12)*fieldname4))
(function(){
if(3>fieldname3)
{
return IF(fieldname7<=i ,”Below the 5th percentile”, the 5th percentile”); }
})()`
