Hi,
Could you please suggest the solution for the following query:
="SELECT NAME WIDTH 100, IP_TREND_VALUE FROM IP_ANALOGDEF WHERE NAME IN ('" + Join(Parameters!SQL_Budget_Norm_Value_YTD.Value, "','") + "') AND IP_TREND_TIME BETWEEN ('"+ Parameters!StartDate.Value+ "') AND ('"+ Parameters!EndDate.Value + "')ORDER BY IP_TREND_TIME"
Below is the snapshot of the error