Hi
Fairly new to SSRS...
I'm trying to do =iif(Fields!month.Value="1july",Sum(Fields!Julschedhours.Value, "DataSet2"),"g")
Which is in a matrix for months 1-12
SO if the field month = 1july then I want the value of the sum(Julschedhours), then I was going to string along the same for each month
but when I run it I excepted g's in each month excepy July, but july has a g too?
Thanks In advance
Joe