Results 1 to 3 of 3

Thread: Grouping and subgrouping?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234

    Question Grouping and subgrouping?

    Hi,
    how to show something like this in crystal report(I'm working on .net version)

    Code:
         state UK  - (group heder, grouping is by state field)
              columns ID | Type | Active|
              1 row    1 | Type1 | yes|
              2 row    5 | Type2 | no|
              3 row    6 | Type1 | no|
              4 row    9 | Type1 | yes|
              ...
         summary - (group footer)
              Type1: count Active=2, count Inactive=1
              Type2: count Active=0, count Inactive=1
    
         ... next groups
    Problem is how to get data for group footer, I need for every Type in group count of active and inactive.
    Any ideas?

    regard j

  2. #2
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Grouping and subgrouping?

    Insert a non-ondemand sub report. works a treat.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234

    Re: Grouping and subgrouping?

    Yea men, you are 100% right.

    regard j

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