asgweb Posted July 6, 2008 Posted July 6, 2008 Thanks in advance for your help. I'm defining a field in Products (QuantitySold) with a lookup in LineItems (Quantity) and I get the error "This lookup uses the field 'QuantitySold' in it's definition. Please choose another field." This is the only field I need. I'm not sure why I'm getting the error... Thanks
bcooney Posted July 7, 2008 Posted July 7, 2008 I would think that you would want in Products the sum of the Quantity sold in Line Items. So, in Products, create a calc field, QtySold = sum( LineItemsbyProductID::Quantity).
Recommended Posts
This topic is 6042 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