I have a report that is set up in the options as "Convert Null Field Value to Default". It must stay that way so that I can get other formulas to populate correctly.
Now, I want to exclude all incidents in which a particular Date/Time field is Null.
Given the above criteria, what select expert formula should I add?
If it helps, here is my current Select Expert formula:
{INCIDENT_LOC_EVENTS_VW.INCD_CALL_TIME} in {?Start Date} to {?End Date} and
not ({INCIDENT_LOC_EVENTS_VW.INCD_DISPO_NUM} like "1022" and
{INCIDENT_LOC_EVENTS_VW.INCD_CLSFN_NUM} like "27D*"
Thanks!
Now, I want to exclude all incidents in which a particular Date/Time field is Null.
Given the above criteria, what select expert formula should I add?
If it helps, here is my current Select Expert formula:
{INCIDENT_LOC_EVENTS_VW.INCD_CALL_TIME} in {?Start Date} to {?End Date} and
not ({INCIDENT_LOC_EVENTS_VW.INCD_DISPO_NUM} like "1022" and
{INCIDENT_LOC_EVENTS_VW.INCD_CLSFN_NUM} like "27D*"
Thanks!