Hi,
Reporting Services does not have the possibilities to do this. I think that according what you listed above you need to use a cube in case of reporting services.
Greetz,
Geert
Geert Verhoeven
Consultant @ Ausy Belgium
I dont know abt using cubes i just wanted to see if I can programatically create dropdowns in place of textboxes in header section.I just want each column to hold disticnt values of that column (dont care abt top 10 or Custom) and when they select that column it will apply that filter and generate the report.
Any good resources you can point me to where I can see some report customiations were done by coding
Appreciate ur help in advance
Thanks for ur reply again
Hi,
In reporting services it is really a lot more work since you need to include each special value like 'All' and 'Top 10' in the list of parameters which means using unions etc. It is possible although not advisable. Cubes are made for these kind of things and are optimized to browse through data.
Greetz,
Geert
Geert Verhoeven
Consultant @ Ausy Belgium
Hello,
Thats a good suggestion abt using Report Model.
http://blogs.msdn.com/chrishays/archive/2004/07/15/184646.aspx
Regards