Hi, I have this date expression bellow, please correct it, I'm not sure about "&"[quote]=IIF(Format(Parameters!Start_Date.Value, "MMM") = Format(Parameters!End_Date, "MMM") & Format(Parameters!Start_Date.Value, "yyyy") = Format(Parameters!End_Date, "yyyy"), Globals!ReportName & " from " & Format(Parameters!Start_Date.Value, "dd") & " - " & Format(Parameters!End_Date.Value, "dd MMM yyyy"), "")[/quote]What should it perform:If the date it's in the same month, I want something like this; e.g 1-27 Aug 2014
↧