Sage 100

 View Only
  • 1.  Hi Guys, I have a simple one. I have a customer

    Posted 04-01-2014 17:17
    Hi Guys, I have a simple one. I have a customer on 4.5 that wanted a date range on her statement printing. The customers they have pay from a statement. I saw that the previous reseller coded a sub-report and just included the invoice date etc. The issue is that when you run the report with a date range of say 03-01-2014 - 3-31-2014 the TOTALS on the main page do not reflect the range. Anybody done this before?


  • 2.  RE: Hi Guys, I have a simple one. I have a customer

    Posted 04-01-2014 18:13
    Can you do a conditional suppression on the sections inside the report to exclude invoices with dates outside the range?


  • 3.  RE: Hi Guys, I have a simple one. I have a customer

    Posted 04-01-2014 18:26
    It depends on how the out of range transactions have been eliminated. If either by conditional suppression or by Group Selection (Record Selection is always superseded by MAS) then the totals will still be off for Open Item customers because the group sum will include suppressed amounts and even those eliminated by the Group Selection. However, you could use the Group Selection criteria for your date range condition and change the formula @TotalsOfInvoices to use just the #RunningBalance instead of the Sum({@TransactionAmount},{@CustomerNumber}). That worked for me.


  • 4.  RE: Hi Guys, I have a simple one. I have a customer

    Posted 04-02-2014 03:18
    This issue sound familiar. Search the KB as I am pretty sure the totals issue has been addressed. Also, contact @ThereseLogeais as I believe she has written a Crystal report to do what you are asking.


  • 5.  RE: Hi Guys, I have a simple one. I have a customer

    Posted 04-02-2014 05:03
    This was discussed recently: https://90minds-com.socialcast.com/messages/19168269


  • 6.  RE: Hi Guys, I have a simple one. I have a customer

    Posted 04-02-2014 10:56
    ...but with each iteration my solution gets simpler. ;-)


  • 7.  RE: Hi Guys, I have a simple one. I have a customer

    Posted 04-02-2014 11:08
    @Dan Burleson yes it does. BTW your solution worked I looked at that other link and yeah I don't have the time to decipher. Good info however. Thanks ALL.


  • 8.  RE: Hi Guys, I have a simple one. I have a customer

    Posted 04-02-2014 13:35
      |   view attached
    I stand corrected. It has a sub report. I have attached the file. I am not quite sure what the previous reseller was attempting to accomplish.

    Attachment(s)

    rpt
    AR_Statement2.rpt   30 KB 1 version


  • 9.  RE: Hi Guys, I have a simple one. I have a customer

    Posted 04-02-2014 16:51
    He was summing the open invoices out of AR_OpenInvoice. You can use a Shared Variable to total the invoice balances in the subreport and pass that to a formula on the main report's page footer. Don't forget to zero the Shared Variable there also.


  • 10.  RE: Hi Guys, I have a simple one. I have a customer

    Posted 04-14-2014 11:10
    @Dan Burleson, that worked ok. It is now printing correct with the exception that if the customer has a balance in the 30 60 90 120 columns it will print zeros and all the customer information. Is this possibly because the shared variable total is in the header on the main report?