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
    27

    [RESOLVED] Three group with two details.

    Hello.
    I am using crystal reports 11.
    I am newbie in crystal reports and I want to make something like this
    Group 1
    Group 2
    Details
    Group 3
    Details
    End Group 3
    End Group 2
    End Group 1
    Now I have one problem.
    The details MUST BE THE SAME in Group 2 and Group 3
    I only manage to do that.

    Group 1
    Group 2
    Group 3
    Details
    End Group 3
    End Group 2
    End Group 1

    Please Help how to do it

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

    Re: Three group with two details.

    If it's possible it would be better if you could generate the data in the desired format by modifying the application
    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