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.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 basic ssrs report question???

Author  Topic 

leoc50
Yak Posting Veteran

54 Posts

Posted - 2012-08-14 : 11:49:29
I've able to create (and email) a single table report both with Report Builder tool and BIDS report model/query builder. Now I like to generate 1 report (emailed) from the same sql table but broken in 3 section (failed, running and success), this being the values in Status column.
It work well using a 'table_as_html' sp (from the web), but it's really hard to control the looks of it. This is why I'm trying ssrs.
Any ideas will be greatly appreciated...already tired of trying things that don't address multiple 'reports' in one sort of report from a single dataset.

Thanks!
lec

- lec

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-08-14 : 15:02:14
you can create multiple tables inside ssrs to point to same dataset and apply a filter over each to show only required category data ie failed,running or success

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -