Good Morning Spicefolk!
I have a question relating to SSRS which I am hoping someone can help me fix. It's been about 3 days throwing this around and I have made no Progress!
Background
I am creating a Sales dashboard for our management team that provides the following information, per sales person: -
1) Previous Years Sales Record (split by month)
2) This years Sales Targets (by Month)
3) The actual sales value recorded this year (by Month)
4) The Difference between 2 and 3 above...
I have successfully created a report that will pull in items 1 and 2 from a Data Set based on selections made in my parameter "Producer" (which is what we call Salesmen).
Item 3 sits in a separate Data Set, and I get this to function by using something along the lines of: -
=First(Fields!June_Production.Value,"Production_Summary")
The above works fine if I run...