Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: IIF expression with multivalue parameter

    I was able to work around this by addeding the following expression to column1

    =IIF(Fields!Column1.Value = Parameters!globalgroup.Value(0) and Parameters!globalgroup.Count = 1 , "LightSkyBlue", "WhiteSmoke")

    the default count is always more than 1,...

Viewing post 1 (of 2 total)