Jump to content

This topic is 8025 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a purchase order database, where products are selected using value lists and after making your selection a lookup is used to find the cost of the item this is shown in a calculated field unitcost.

The line entrys are stored in a portal called purchaseorderlineitems.

I need to apply a discount to this unitcost (ie Linetotal = (unitcost-discount) * qty, this is fairly straightforward.

But, I need to be able to apply discount as either money (ie

Posted

What you are trying to achieve can be accomplished by using the auto-enter by calculation option.

However to get around the circular reference message, you will have to enclose the reference to the other field (in at least one of the formulae) within quotes in the Get Field(" ") function.

Then whichever you enter, the other will be calculated - but only if the field is blank (previous values will not be overwritten).

This topic is 8025 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.