Lee J Posted January 15, 2002 Posted January 15, 2002 To all that help, I have a field labelled "Qty" which serves two purposes based on the selection in a field called "Code" if the field "Code" is Time then the total will be "Qty" multiplied by the "Labourrate" field to give me a total. If I select Material the total wil be "Qty" multipled by "ItemValue". My problem is this I need to show a summary of Hours but because the Qty field is used for Time and Material I need to some how only total those in the "Code" Time. Any ideas folks??
Garry Claridge Posted January 16, 2002 Posted January 16, 2002 You could create a calculated field which outputs "Qty" if the "Code" is time, else "0". Then use this field for the summary. Hope this helps. Garry
Lee J Posted January 20, 2002 Author Posted January 20, 2002 Cheers Gary, I did think of this but was on sure what effect this may have on the system as I have several users entry data and I have heard that using Summary fields incorrectly can cause system slowdowns. Thanks again
Garry Claridge Posted January 20, 2002 Posted January 20, 2002 You can just use a calculation field with "Sum()" for each record. We use this type of calculation for quotes and invoices etc. All the best. Garry
Recommended Posts
This topic is 8343 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