all groups > sql server reporting services > september 2005 >
You're in the

sql server reporting services

group:

True False or Either


True False or Either kgf
9/15/2005 1:40:57 PM
sql server reporting services: I am trying to set up a report with parameters that will select True,
False, or both True and False from a SQL boolean value.

I can get it to work with a query for string values but not the
boolean. Can you tell me how to set this up?
RE: True False or Either daw
9/16/2005 4:27:34 PM
Can you submit the query?

[quoted text, click to view]
RE: True False or Either David Bienstock
9/20/2005 9:33:03 AM
you can say

where @param = 'Both' or fields!boolean_field.value = @param
--

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