i have a selection formula that works fine.
{training.actidn} like ["T*", "53"]
and
{training.actustart} in {?Start Date} to {?End Date}
and
{@Contract2}
now to that i need to add a filter that only selects customers with actual end date of 12/30/1899 (null)
when i do that it gives me 0 records any idea why? thanks
{training.actuend} = Date (1899,12,30)
and
{training.actidn} like ["T*", "53"]
and
{training.actustart} in {?Start Date} to {?End Date}
and
{@Contract2}
{training.actidn} like ["T*", "53"]
and
{training.actustart} in {?Start Date} to {?End Date}
and
{@Contract2}
now to that i need to add a filter that only selects customers with actual end date of 12/30/1899 (null)
when i do that it gives me 0 records any idea why? thanks
{training.actuend} = Date (1899,12,30)
and
{training.actidn} like ["T*", "53"]
and
{training.actustart} in {?Start Date} to {?End Date}
and
{@Contract2}