Hi
I have a report (grouped on owner) where I use the following expression to count activities on owners:
=Sum(IIF(Fields!scheduledendValue.Value >= Today, 1, 0))
In the report I also want to count closed opportunities. I have created a seperate dataset for this. The expression I use is the following:
=Count(Lookup(Fields!ownerid.Value,Fields!ownerid.Value,Fields!opportunityid.Value,"Oppty"))
But the numbers are all wrong. Is it even possible to combine this count on the report?
Thanks for help (started with ssrs today:)
*This post is locked for comments