Dec 14, 2006 #1 epoh IS-IT--Management Joined May 8, 2006 Messages 73 Location US How can I by default select Yesterday's records for a report using the Select Expert?
Dec 14, 2006 1 #2 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US In the Report->Selection Formula->record use: {table.date} = currendate-1 The select expert sux, do it yourself... -k Upvote 0 Downvote
In the Report->Selection Formula->record use: {table.date} = currendate-1 The select expert sux, do it yourself... -k