CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Posts
    6

    Post Getting Beginning Balance.

    Anyone out there, please help me. .

    I'm new in Crystal Report and

    I want to get the Beginning Balance when I filter the date from (date1) to (date2).

    Only need to display on the first row is the Total of Balance of the previous dates.

  2. #2
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Getting Beginning Balance.

    If you want the job done at CR side, then, it could be done if you do not filter by range of dates and do not print if the row is out of the range of dates
    (that is: read all the records but do not print all, print only the records that are inside the range of dates)

    The best solution is calculate the Balance at application or procedure side

    JG

  3. #3
    Join Date
    May 2003
    Location
    Islamabad, Pakistan
    Posts
    284

    Re: Getting Beginning Balance.

    Use a separate report there sort by date, there you can see the balance on each date. Put in array or shared variable the balance of desired date.

    Use that shared variable in your required report.
    If this post is helpful, then, Rate this Post.

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured