littleress
Technical User
I have a statement where currently it pulls a list of payments that were pulled that day, but I need it also to make sure that a certain payment id is null.
Currently:
{MPT.CLUB_ID} = {?Club_ID} and
{MPT.TRANSACTION_DATE} >= {?begin_date_range} and
{MPT.TRANSACTION_DATE} <= {?end_date_range} and
{MPT.PRODUCT_ID} = 9000 and
{MPT.STATUS} = "C" and
{MPT.RECEIVED_AT_CLUB} = "Y"
And I need something added that says isnull({MPT.INSTANT_PAY_ID})
But everytime I add it - it loses the data. So can anyone see what I might be doing wrong that it won't take and isnull field??
Currently:
{MPT.CLUB_ID} = {?Club_ID} and
{MPT.TRANSACTION_DATE} >= {?begin_date_range} and
{MPT.TRANSACTION_DATE} <= {?end_date_range} and
{MPT.PRODUCT_ID} = 9000 and
{MPT.STATUS} = "C" and
{MPT.RECEIVED_AT_CLUB} = "Y"
And I need something added that says isnull({MPT.INSTANT_PAY_ID})
But everytime I add it - it loses the data. So can anyone see what I might be doing wrong that it won't take and isnull field??