I'm swimming in ignorance here. New to Report Builder. (Using Ver. 3.0)
I have a DataSet named DemographicData. It has the following fields: EID, Department, Years, Months, Days, Gender, and BenCat.
For the purposes of this question, let's say I want to get CountRows(EID) where Gender = 'M' and similarly where it = 'F'
I've tried for two days now, and cannot get this to work. How do I treat my DataSet like a Table so I can query against it?