Aug 6, 2004 #1 mychal Programmer Feb 13, 2002 41 US In CR 8.5, I'm grouping by a date field and printing the section for every two weeks. How can I customize the group name so that I show the date range as the group name? Gracias
In CR 8.5, I'm grouping by a date field and printing the section for every two weeks. How can I customize the group name so that I show the date range as the group name? Gracias
Aug 6, 2004 Thread starter #2 mychal Programmer Feb 13, 2002 41 US ...instead of just the first date in the range? Upvote 0 Downvote
Aug 6, 2004 1 #3 lbass Technical User Feb 9, 2002 32,816 US Go to report->change group expert->date group->options->customize group name field->use a formula as group name->x+2 and enter: totext({table.date}-dayofweek({table.date}) + 1,"MM/dd/yyyy") + " - " + totext({table.date}-dayofweek({table.date}) + 7,"MM/dd/yyyy") -LB Upvote 0 Downvote
Go to report->change group expert->date group->options->customize group name field->use a formula as group name->x+2 and enter: totext({table.date}-dayofweek({table.date}) + 1,"MM/dd/yyyy") + " - " + totext({table.date}-dayofweek({table.date}) + 7,"MM/dd/yyyy") -LB
Aug 9, 2004 Thread starter #4 mychal Programmer Feb 13, 2002 41 US One star for you. Close, but not perfect. The last string should be + 14. Upvote 0 Downvote
Aug 9, 2004 #5 lbass Technical User Feb 9, 2002 32,816 US Sorry, didn't read your post closely enough--thought it was for one week. -LB Upvote 0 Downvote