I am using SQL Server 2008 R2 Reporting Service. Now thing is that in my Query there is main category and sub category. They are not id base they are text type and all are in one table. Same sub category can be in more than one main category.
Now when generating report user wants to select subcategory that they want to show in report. So like he wants "xxx" sub category in "yyy" main category but same sub category is in "aaa" main category but he don't want to show it in "aaa" main category.
But I am thinking is that this can become tedious when generating report because, let say we have 10 Main category and each main category have 6 subcategory so end user have to loop 60 times in the subcategory category.
So I am confused now how can i go ahead. Kindly can somebody give me tips on how can make GUI and query both. I am using reporting viewer control with my customize asp.net screen.