Apr 28, 2005 #1 Monkey820 Technical User Joined Dec 11, 2003 Messages 62 Location US I have a subreport that produces dates for the group that meet the criteria of "bucket 1". The problem is there may be more than one date that is in "bucket 1". How do I supress all but the earliest date? TIA, Micky CRW32 8.5
I have a subreport that produces dates for the group that meet the criteria of "bucket 1". The problem is there may be more than one date that is in "bucket 1". How do I supress all but the earliest date? TIA, Micky CRW32 8.5
Apr 28, 2005 #2 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US In the Report->Record selection->Group use something like: {table.date} = minimum({table.date}) -k Upvote 0 Downvote