Results 1 to 3 of 3

Thread: can i display the data GROUPED in a datagrid?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    128

    can i display the data GROUPED in a datagrid?

    hello,

    i have a dataset of values,
    i need to group these values,

    but can i display the data GROUPED in a datagrid?

    sql:
    SELECT * FROM Table1 ORDER BY CathodeTypeName DESC"

    dataset:
    CoilIDNum
    CoilID
    StartDate
    TestDate
    Operator
    CathodeTypeName - group by this field
    QuantTestType
    PPM_Al
    PPM_Sb
    PPM_As
    BadSample

    thanks,
    tom

  2. #2
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Thumbs up

    Use the GROUP BY feature of SQL.
    ~Peter


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    128
    yes, but how do i display the grouped field value as a sort of title for each change in group?

    thanks,
    tom

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