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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making a field compute when I want it to

Status
Not open for further replies.

thero

Technical User
Nov 14, 2001
6
NZ
I want a field to compute its value only once a user has inputted into another field and clicked a submit button. This is probably a really simple thing to do but I rushed through learning Lotus and I seem to have missed it.

Many thanks
 
you might try something like:

@if(first field="default value";"";"variable name for computation")

Set the variable to "" and on the submit button, write the formula that assigns the computation to the variable.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top