April 1, 200520 yr 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
April 1, 200520 yr 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.
April 4, 200520 yr Author Quillpro, I wanted to stay away from using a script. i will give what you mention a try. thanks victor
Create an account or sign in to comment