Sage 100

 View Only
  • 1.  In Crystal Reports 2011, I am grouping by a Transa

    Posted 06-30-2015 14:37
    In Crystal Reports 2011, I am grouping by a Transaction Date, using ""The section will be printed: for each week"" functionality. Works well, breaks my report into proper groupings. However, in my Group Footer and Header, I want the Group Name to be the LAST date of the week, and not the FIRST Date of the week. How can I change this?


  • 2.  RE: In Crystal Reports 2011, I am grouping by a Transa

    Posted 06-30-2015 14:59
      |   view attached
    In the group options, select Customize Group Name Field| Use Formula as Group Name. The formula I use looks like: totext(dateadd(""d"",6,{AR_InvoiceHistoryHeader.InvoiceDate}))


  • 3.  RE: In Crystal Reports 2011, I am grouping by a Transa

    Posted 07-01-2015 11:32
    That was exactly what I was looking for...