Hi,
I have a simple little CR9 report which allows a user to enter customer numbers, the report then produces a list of those accounts and what outstanding invoices are on them.
I have a formula field which should show the oldest outstanding invoice. It does not work, it shows the oldest invoice for the account, outstanding or otherwise!
minimum({SL_TRANSACTIONS.ST_DATE}, {@CustNo})
I need to add a condition which states "where {SL_TRANSACTIONS.ST_UNALLOCATED} <> 0" - but of course this is not allowed. Any ideas how I can get around this?
Thanks in advance!
David
Dave Bennett
I have a simple little CR9 report which allows a user to enter customer numbers, the report then produces a list of those accounts and what outstanding invoices are on them.
I have a formula field which should show the oldest outstanding invoice. It does not work, it shows the oldest invoice for the account, outstanding or otherwise!
minimum({SL_TRANSACTIONS.ST_DATE}, {@CustNo})
I need to add a condition which states "where {SL_TRANSACTIONS.ST_UNALLOCATED} <> 0" - but of course this is not allowed. Any ideas how I can get around this?
Thanks in advance!
David
Dave Bennett