solarpunk Posted April 1, 2005 Posted April 1, 2005 Hello, I was wondering if someone can help me out with this. Basically i am working on report, i want to figure out how i can find the total records which were created a previous day. i have field call CreationDate, it is auto enter date field, i set up so it doesnt get modify. Now lay say, if today dates is 4/1/05 and i run my report. i want to find out how many new records where create the previous date base on the field CreationDate. Thanks victor
quillpro Posted April 1, 2005 Posted April 1, 2005 I would create a script that preforms a find of all records with the desired date, then sets a global field with Status ( CurrentRequestCount ) then use that value in your report. Status (CurrentRequestCount) returns the number of records in a found set. Hope that helps.
solarpunk Posted April 4, 2005 Author Posted April 4, 2005 Quillpro, I wanted to stay away from using a script. i will give what you mention a try. thanks victor
Recommended Posts
This topic is 7517 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