I have a chart (screen-shot below) which I just created. I can't figure out something. Why is the line graph not connect (its broken up in short lines)? I expected to see a solid line all the way through that raised and lowered with the values.
Also, I'm having trouble getting this expression to work. Basically, I'm trying to make the date turn red for today's date:
=iif(Fields!Start_Date_Student_Status.Value = Today(), "Red", "Black")
Any help is appreciated! Thanks.