Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Peace2007
Posting Yak Master
239 Posts |
Posted - 2008-07-26 : 04:01:14
|
Hi, I'm having a table on my report. Is there a way to add a few check boxes ,by which user can categorize table data. I mean I want to let user mark one or more check boxes and refresh table data, which is categorized on the basis of the marked check boxes. if it's not possible do you have any other idea. I don't know which table field are desired to create a group on. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-26 : 11:55:20
|
I think what you want is to apply some grouping on table and show higher category of data. then give the visibility property to be toggling based on next row where you display the detailed data (next level). see this for an example.http://www.mssqltips.com/tip.asp?tip=1329if this is not what you find, can you elaborate on what you're looking at? |
 |
|
|
|
|