Results 1 to 2 of 2

Thread: function for Sum of multiple fields

  1. #1
    Join Date
    Jul 2015
    Location
    New Zealand
    Posts
    227

    Default function for Sum of multiple fields

    Return(Sum({Debtors.Curr}+{Debtors.one}+{Debtors.t wo}+{Debtors.three}))
    What have I got wrong in my function

    I am using report writer version 5
    Regards,
    Kevin, Email kevin.bw.nz@gmail.com

    It may compile but does it run

  2. #2
    Join Date
    Mar 2009
    Location
    Cumming, Georgia USA
    Posts
    1,891

    Default Re: function for Sum of multiple fields

    Just leave the "Sum" off: Return ({Debtors.Curr}+{Debtors.one}+{Debtors.t wo}+{Debtors.three})

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •