Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use of intrest-calculation 1

Status
Not open for further replies.

yochai71

Programmer
Oct 1, 2003
8
IL
To the forum-members

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....

T. Blom
Information analyst
tbl@shimano-eu.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top