I am doing a Accounts Receivable Report and I only want to pick up customers that are over 30 days past due but I don't know haow to reference that in a formula. What do I use as a date to say when the ship date is over 30 days Right now I have this
not {ORDERHDR.PROFORMA} and
not {ORDERHDR.CANCELLED} and
not {INVOICE.BADDEBT_FL} and
{INVOICE.BALANCE} > {?Minimum Balance} and
{INVOICE.SHIPPED_DT} > Date (1899, 12, 31) and
{@ARDESCR} <> "0-30" and
not {ORDERHDR.TEMPSAVE}
but is is still pulling some that are 0-30 and putting them as 30-60 Any Suggestions?
not {ORDERHDR.PROFORMA} and
not {ORDERHDR.CANCELLED} and
not {INVOICE.BADDEBT_FL} and
{INVOICE.BALANCE} > {?Minimum Balance} and
{INVOICE.SHIPPED_DT} > Date (1899, 12, 31) and
{@ARDESCR} <> "0-30" and
not {ORDERHDR.TEMPSAVE}
but is is still pulling some that are 0-30 and putting them as 30-60 Any Suggestions?