CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2013
    Posts
    10

    Count Records-Fields

    Hi
    I want a little help to do something. I have a crystal report and i took some records. I want to count that records with a field. Now i have 3 different group of records and i want in every group my counter start from the beggining. For example


    Income
    count
    1
    2
    3
    4

    Spend
    count
    1
    2
    3

    How i can do that?

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

    Re: Count Records-Fields

    One way :

    Right click over field to count
    Select Insert
    Select Summary
    Display an Insert Sumamry box
    Select "Count" in "Calculate this Summary"
    Select "Summary Location" ---> here choose the desired group footer section
    Click OK
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

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