I am writing a report that I am trying to pull current records into. That which makes them current is a blank end date. Is there a formula to accomadate that? I current have to following formula in the Select Expert:
{POLLUTANT_L.POLLUTANT_DESC} = "Zinc, total" and
{LIMIT_TYPE_L.LIMIT_TYPE_DESC} in ["Monthly Avg", "Daily Max"] and
{ADDRESS.ADDRESS_L_S} = 2.00 and
{ADDRESS.CITY} = "Chesapeake" and
{FACILITY.INACTIVE} = "N" and
isnull ({LIMIT_SET_DATES.END_DATE})
The last line is causing my report to run blank. Everything else is working properly
{POLLUTANT_L.POLLUTANT_DESC} = "Zinc, total" and
{LIMIT_TYPE_L.LIMIT_TYPE_DESC} in ["Monthly Avg", "Daily Max"] and
{ADDRESS.ADDRESS_L_S} = 2.00 and
{ADDRESS.CITY} = "Chesapeake" and
{FACILITY.INACTIVE} = "N" and
isnull ({LIMIT_SET_DATES.END_DATE})
The last line is causing my report to run blank. Everything else is working properly