Hi,
I have a dataset that contains assignments for resources and their capacity. I got capacity from another table in the dataset. This was to try and end up with one dataset for the report as I needed capacity information on the tablix also to get resource capacity and utilisation information on one report.
The issue is that there can be multiple assignments per day and the query returns more than one record for capacity also hence duplicating capacity!
I tried creating two datasets (capacity and assignments) and used Lookup function, but no difference as the lookup looks at each row in the assignment also and vice versa.
Is there anyway to get unique capacity values per day and associate it with assignments without duplication?
Thanks as always!
SJ