Groups | Blog | Home
all groups > sql server reporting services > october 2007 >

sql server reporting services : Making only certain data show in a cell


Ryan Mcbee
10/17/2007 1:21:01 PM
I am building a report and would like only certain data to show in a cell.
For instance I have 8 pay codes in my select statement, but would like to
show just 4 of them in the detail section. I don't want to limit my select
statement to just the 4 because I need the other 4 in another cell of this
report. Any ideas?

Its almost like I need a where clause within my particular cell.

Thanks,
Ryan Mcbee
10/17/2007 1:25:02 PM
Also, I thought about using multiple data sources and create a new table, but
is there a way to link two different data sources in a report? For instance
my report is on employee id and I would need to make sure that the data from
both data sources in the row detail are for the same employee id.

[quoted text, click to view]
Mónica
10/19/2007 12:00:00 AM
Maybe you can use Filters.

In your data properties, select tab "Filters" and configure there the values
you want to show.

Does it help?



"Ryan Mcbee" <RyanMcbee@discussions.microsoft.com> escribió en el mensaje
news:0F3503DD-A100-47C5-B4F3-B36EE6AF8BBE@microsoft.com...
[quoted text, click to view]

Ryan Mcbee
10/19/2007 4:44:03 AM
I will give that a shot. I built some case statements in my syntax to
seperate the data better.

[quoted text, click to view]
AddThis Social Bookmark Button