Results 1 to 5 of 5

Thread: Sort Data Report

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    344

    Sort Data Report

    Any idea on whether i can sort the datareport? User can sort either by key in a text or by a combobox(drop down)? Pls advice!


  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Refrech Data Report

    Quote Originally Posted by weisi
    Any idea on whether i can sort the datareport? User can sort either by key in a text or by a combobox(drop down)? Pls advice!

    How about using the ORDER BY Clause in your sql statement?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    344

    Re: Refrech Data Report

    Quote Originally Posted by dee-u
    How about using the ORDER BY Clause in your sql statement?
    Any examples on how I can be able to do that? For examples I have the following fields in my databse and report. "Index","Age" and "Height". And I have created a combobox(drop down) for Index from and another for Index to. So for examples I have 10 records, which means that there will be index 1 - 10. So when the user select from 3 to 8 in the combobox(drop down) and click on "show report", the report will only show Index, Age and Height for Index 3 to 8. Same goes for Age and Height. Please kindly advice...


  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Sort Data Report

    Split from 3 year old thread and moved to reporting section.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    344

    Re: Refrech Data Report

    Quote Originally Posted by weisi
    Any examples on how I can be able to do that? For examples I have the following fields in my databse and report. "Index","Age" and "Height". And I have created a combobox(drop down) for Index from and another for Index to. So for examples I have 10 records, which means that there will be index 1 - 10. So when the user select from 3 to 8 in the combobox(drop down) and click on "show report", the report will only show Index, Age and Height for Index 3 to 8. Same goes for Age and Height. Please kindly advice...

    Please Advice...

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