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
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
Try this expression..
=CountDistinct(IIF(Fields!EventType.Value = "Open", Fields!UserID.Value, Nothing))
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156