Viewing post 1 (of 1 total)
fausto gonzalez (12/14/2010)Based on the original question posted, this is what you needed:= CountDistinct(IIF(Fields!Column1.Value="ValueOfInterest", Fields!ColumnForDistinctCount.Value,Nothing))
fausto gonzalez (12/14/2010)
= CountDistinct(IIF(Fields!Column1.Value="ValueOfInterest", Fields!ColumnForDistinctCount.Value,Nothing))
November 23, 2011 at 2:45 am
#1412012