Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Working with conditionals + IIF

    Try something like this:

    iif(isnothing(Fields!carrier.Value),"","Carrier Name is: " & Fields!Carrier.Value)

    and for the second one:

    iif(isnothing(Fields!Carrier.Value),"Nothing",IIF(Fields!carrier.Value like "%Sprint%","Sprint/Nextel",Fields!carrier.Value))

  • RE: Passing Parameters from Report to Scalar Variable

    It's converting to a unique identifier because the VARCHAR field needs to match the UNIQUEIDENTIFIER field. I get an error message if it's not converted. (The guys who...

Viewing 2 posts - 1 through 2 (of 2 total)