I have a record selection formula which has a Or clause which is pasted below. Everything except the Line with the OR clause is not send in the SQL. Is there a way to fix this.
(isnull({TCL_SRVC.END_DT}) or {TCL_SRVC.END_DT} >= {?Start Date} ) and
{TCL_SRVC.BGN_DT} <= {?End Date} and
{TRSRC_SERVICE.SRVC_CATEGORY_CDE} = "OOH" and
{TCLIENT.HOME_SCHOOL_DISTRICT} = {?one_tclient_home_school_district} and
{TSRVC_ADDR.ADDR_TYPE} in ["BOTH", "LOCATION"] and
isnull({TSRVC_ADDR.EFF_END_DT})
(isnull({TCL_SRVC.END_DT}) or {TCL_SRVC.END_DT} >= {?Start Date} ) and
{TCL_SRVC.BGN_DT} <= {?End Date} and
{TRSRC_SERVICE.SRVC_CATEGORY_CDE} = "OOH" and
{TCLIENT.HOME_SCHOOL_DISTRICT} = {?one_tclient_home_school_district} and
{TSRVC_ADDR.ADDR_TYPE} in ["BOTH", "LOCATION"] and
isnull({TSRVC_ADDR.EFF_END_DT})