Results 1 to 3 of 3

Thread: CRXI Grouping

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Posts
    69

    CRXI Grouping

    I have a report grouped by an Account Number field. I don't want the report sorted by this field though, I want it sorted by the Name. How can I do this? A Name can be assigned to multiple account numbers, so I would like it to look like:

    Account: 345
    Name: Doe, John
    --Details--

    Account :346
    Name: Doe, John
    --Details--

    Account: 123
    Name: Jane, Mary
    --Details--

    But instead it gives me

    Account: 123
    Name: Jane, Mary
    --Details--

    Account: 345
    Name: Doe, John
    --Details--

    Account :346
    Name: Doe, John
    --Details--


    In the datareports for VB6 I could just select the Account and the Name to group by, resulting in 1 grouping that I could sort by Name, but with CRXI it creates 2 separate groups if I do that..

  2. #2
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CRXI Grouping

    Could you group by name outside of the Account group? and just surpress the outer group?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Posts
    69

    Re: CRXI Grouping

    Thanks, that works.

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