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 |
mrm23
Posting Yak Master
198 Posts |
Posted - 2010-05-18 : 02:57:13
|
Hi All,I want to make a huge report. i want it as a dynamic report. I have the SP ready with me. I have used few functions to bring out some logic as per requirement. so writing a query will not support the requirement.Can i use that SP to create a dynamic report? I need it to be user-friendly.....I tried with some simple query. but when i try to run report, it is giving error saying i must give filter. this is not mandate condition i think....what if i want to just display few columns (say a select * from emp or something like tht)? then i will not need any filter...Please help |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-05-18 : 14:16:01
|
can you explain what do you mean by dynamic report? is it like a report with dynamic set of filters? or does resultset itself changes at runtime?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
mrm23
Posting Yak Master
198 Posts |
Posted - 2010-05-18 : 23:59:16
|
hi visakh,thanks for reply.the way of designing dynamic reports itself is different.you will not create any layout. you just add tables and write query....the users selects the columns he want to choose and then builds the report.this is possible with simple queries. but i want to know can we use parameters and SP just as we do for our normal reports..... |
|
|
mrm23
Posting Yak Master
198 Posts |
Posted - 2010-05-19 : 00:33:46
|
hi all,i got the report now.... it is executing.... it is grouping everything by itself.....i want to control that grouping as per my requirement....can anyone help? |
|
|
|
|
|