Use of intrest-calculation
I have to evaluate the following expression X*(Y^1+Y^2+Y^3….+Y^n)
X,Y and n are values in the record.
Does somebody have any idea how to solve this problem
Thanks,
Yochai
Such a dynamic calculation will not succeed with standard reporter functions where you can only define static expressions.
You may need to resort to VBA to loop through the values of 'n' to perform the calculation....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.