ping Posted December 21, 2010 Posted December 21, 2010 Hi, I created warehouse table with fields like: Catalog No., Producer, Serial number, Qty., Description, incoming date and outcoming date. I also have a calculation field which tells me if item is on stock or it has been delivered. To know what I have on stock I created new list view layout and script which basically create report with items I have on stock and summarize how many items I have for each category. Records are organize by Catalog number. Problem appears when I create report, some items are repeated. However, item count is correct. For example: if I have following records: Cat No. Description Qty 123 A 1 234 B 5 345 C 2 123 A 3 234 B 1 345 C 1 My report looks like: 123 A 4 - correct 234 B 5 234 B 1 345 C 3 - correct Catalog number field is text field whith option Auto complete using existing values. I was not able to find pattern, why this happens on certain items. Tomislav
comment Posted December 21, 2010 Posted December 21, 2010 Most likely, one of the "234" records has a trailing space or something similar.
ping Posted December 21, 2010 Author Posted December 21, 2010 You are right. I thought it might be something with file name, and I tried to copy name only. Now I tried to copy entire field and this solved the problem. Thank you for this tip.
Recommended Posts
This topic is 5231 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