
Hi All,
I need to get the Count(UseriD) >= Parameter.value in SSRS expression.
Count or Count Distinct function used in data-set criteria.
Is It Possible ?How Do I ?
Thanks
*This post is locked for comments
I have the same question (0)Try this expression..
=CountDistinct(IIF(Fields!EventType.Value = "Open", Fields!UserID.Value, Nothing))