I have to be dangerously close to getting this, but my expression still returns #Error.
I need to return the average age of all employees in my dataset who have a Gender of “F”/”M”
I’ve tried all manner of revisions of the following, but to no avail.
=IIF(Fields!CustGender.Value = "F", Avg(Fields!Age.Value,"ReportDataset"),Nothing)
Then, of course I’ll do the same thing with “M”
I believe I got this…
Now, just need to convert to an int to get rid of the 8-9 decimal points.