Results 1 to 3 of 3

Thread: Grouping [Resolved]

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    52

    Resolved Grouping [Resolved]

    Hi All,

    When I do grouping in reports, I usually use two fields, GroupId field and a GroupDesc field. I group by the GroupId field and use GroupDesc for the group header on the report.
    what I feel: From the application-design point of view I feel I must send as less data as I can, so I was thinking if I should send only the GroupDesc field and use it for grouping as well as the header!
    But I also have a strong feeling that grouping on the text field may be not efficient.
    How do you experts compare this? Thanks much in advance for you views/suggestions/adivse!
    Last edited by vbXML; Mar 23rd, 2005 at 10:14 AM.

  2. #2
    Addicted Member
    Join Date
    Jan 2001
    Location
    MPLS
    Posts
    187

    Re: Grouping

    I would not get worried about passing a description when creating a query for the report you describe. Ultimately I would group on what the intended user prefers ID or Description. No matter the sort I always show both the ID and description in the group header. Just remember if you change to group on description it may not be the same sort order as when you group on the ID.

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    52

    Re: Grouping

    Thank you, ducky!

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