pbucc Posted January 22, 2002 Posted January 22, 2002 hi everyone, ok i have created a solution that keeps track of our sales reps daily amounts. it will be a summary of the week. on monday afternoon i want it to start over, a count of 0. i also would like to paste the the final total into a field. the big question is can i automate it? Peter. i have taken a course in cdml and i just realized how easy it is!!!
Garry Claridge Posted January 22, 2002 Posted January 22, 2002 You can have a calculated field which tells you the week & year. You can then do a search on that week and have a Summary field tell you the amount for each sales person. You can automate by scripting the search and report. All the best. Garry
Garry Claridge Posted January 22, 2002 Posted January 22, 2002 Here is the calculation for determining the week from a date: NumToText(WeekofYear(sales_date)) & NumToText(Year(sales_date)) Hope this helps. Garry
Recommended Posts
This topic is 8341 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