Hi I have a formula:
not {PAYLIST.DELETED} and
not {PAYLIST.BADPAYMENT} and
not ({PAYLIST.AMOUNT} in 0.00 to 0.00) and
{PAYLIST.PAY_DATE} in {?Start Date} to {?End Date} and
{PAYTYPES.LIST_NAME} in [" - Acct Adj", " - AMEX - RA", " - Discover - RA", " - Mastercard - RA", " - Visa - RA", "$ - Cash", "1 - Web - Credit Car", "2 - Suffolk tax", "6 - Contra", "A - American Express", "C - Check", "M - MasterCard", "R - Discover", "V - Visa", "W - Wire Transfer"] and
not {PAYLIST.HOLD}
but it is not bringing in my negative credits in my paylist, I do have another table called creditledger but if I include that it seems to throw my numbers off completely. Is there something I should be adding to the paylist.amount as seen above that will bring in the negative credits. My numbers are correct with the exception of not showing the negative credits. Thanks
not {PAYLIST.DELETED} and
not {PAYLIST.BADPAYMENT} and
not ({PAYLIST.AMOUNT} in 0.00 to 0.00) and
{PAYLIST.PAY_DATE} in {?Start Date} to {?End Date} and
{PAYTYPES.LIST_NAME} in [" - Acct Adj", " - AMEX - RA", " - Discover - RA", " - Mastercard - RA", " - Visa - RA", "$ - Cash", "1 - Web - Credit Car", "2 - Suffolk tax", "6 - Contra", "A - American Express", "C - Check", "M - MasterCard", "R - Discover", "V - Visa", "W - Wire Transfer"] and
not {PAYLIST.HOLD}
but it is not bringing in my negative credits in my paylist, I do have another table called creditledger but if I include that it seems to throw my numbers off completely. Is there something I should be adding to the paylist.amount as seen above that will bring in the negative credits. My numbers are correct with the exception of not showing the negative credits. Thanks