Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: Multi-Value parameter

    I'm sorry! It didn't work for me. I get a syntax error if I write this statement.

  • RE: Multi-Value parameter

    It doesn' take .Value with JOIN.

    the main problem is how would I know how many items in the Multi-value drop down user has selected?

  • RE: Report Header/Footer

    This is how it worked!

    Go to the Properties of the Text Box or rectangle, Visibility tab and

    use the expression-

    =Globals.PageNumber <> 1

    So the parameters are now visible only on the...

  • RE: Count Function

    It did work! I think I didn't refresh the first time!

    =COUNT(IIF(Fields!Status.Value = "C" And Fields!Race.Value = "W", Fields!Status.Value, Nothing))

  • RE: Count Function

    In other words, how would I write this count in the footer of reporting services-

    select Count(*) From tableA Where status = 'C'

    and race = 'B'

  • RE: Count Function

    =COUNT(IIF(Fields!Status.Value = "C", Fields!Status.Value, Nothing))

    worked for me, thanks

    Now I have another addition to this.

    How about if I need the two conditions-

    Fields!Status.Value = "C" AND Fields!Race.Value = "W"

    this statement is not...

  • RE: Report Model Project for Ad hoc reporting

    Thanks for the link!

    The article says we coudl set EnableReportDesignClientDownload to True/False to enable/disable it. You have any idea where to find it/

    thanks again!

    Singh

Viewing 7 posts - 16 through 22 (of 22 total)