Dec 21, 2005 #1 kbhmc Programmer Dec 21, 2005 1 US Trying to display a date range for the first occurence of a record. Records may or may not have multiple occurences of a data element.
Trying to display a date range for the first occurence of a record. Records may or may not have multiple occurences of a data element.
Dec 21, 2005 #2 lbass Technical User Feb 9, 2002 32,818 US You haven't really provided enough information. I'll take a guess. Go to report->selection formula->GROUP and enter: {table.date} = minimum({table.date},{table.groupfield}) This would return the earliest record per group. -LB Upvote 0 Downvote
You haven't really provided enough information. I'll take a guess. Go to report->selection formula->GROUP and enter: {table.date} = minimum({table.date},{table.groupfield}) This would return the earliest record per group. -LB
Dec 22, 2005 #3 Madawc Programmer Sep 5, 2002 7,628 GB As lbass said, we need more data. Sometimes you need a set of formula fields to assemble an answer that could be based on several different fields. Remember to start with isnull, when checking for any value that may be null. Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 Upvote 0 Downvote
As lbass said, we need more data. Sometimes you need a set of formula fields to assemble an answer that could be based on several different fields. Remember to start with isnull, when checking for any value that may be null. Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10