all groups > sql server reporting services > may 2007 >
You're in the

sql server reporting services

group:

simple count of rows with columnA = 'x'



simple count of rows with columnA = 'x' Stephanie
5/29/2007 8:13:03 AM
sql server reporting services: What is the syntax for getting the total count of rows in a table where the
value of columnA = 'x'?

Re: simple count of rows with columnA = 'x' Jens
5/29/2007 8:59:58 AM
Select COUNT(*)
[quoted text, click to view]
Where ColumnNameA = 'X'

Jens K. Suessmeyer.

---
http://www.sqlserver2005.de
---
Re: simple count of rows with columnA = 'x' Stephanie
5/29/2007 9:11:02 AM
Jens,

Thanks but I need the RS syntax for use in determining row visibility.

Stephanie


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