zab Posted August 11, 2009 Posted August 11, 2009 I'm building a simple list of items with quantities and total amount. In my next calculation I must calculate the price of an item and substract the price of another item previously entered. I'm not sure how to do that. Must I perform a find to go to the desired item followed by a Get (ActiveFieldContents) in my calculation or is there another function specifically design for this? Thank you. Isa
zab Posted August 12, 2009 Author Posted August 12, 2009 Ok forget it. I need to extract this data in another way. Thank you Isa
Brent Durland Posted August 12, 2009 Posted August 12, 2009 Is there one record per item? If you can associate the records in a relationship, you could use Get ( Nthrecord ) to get the value of one or more items in the relationship, and then get the sum of those values.
Recommended Posts
This topic is 5641 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 accountSign in
Already have an account? Sign in here.
Sign In Now