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!
:)
Printable View
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?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...Quote:
Originally Posted by dee-u
:)
Split from 3 year old thread and moved to reporting section.
Please Advice... :)Quote:
Originally Posted by weisi