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,...