PauloMongo
Programmer
I have a database that stores transactions from Monday to Friday, I run reports against this, but not always on the same day, I want to bring back all transactions for the last date in the database.
eg. Current Date = 130406
Last Tran Date = 110406.
I use the following formula to work out the last transaction date
maximum({TRANSACTIONS.TRAN_DATE})
I then use another formula to bring back all transactions for the that date
if {TRANSACTIONS.TRAN_DATE} = {@Maximum Date} then
{TRANSACTIONS.TRAN_AMT}
This works fine, however I want to summarise on this field, but this will not let me, any ideas.
Thanks,
eg. Current Date = 130406
Last Tran Date = 110406.
I use the following formula to work out the last transaction date
maximum({TRANSACTIONS.TRAN_DATE})
I then use another formula to bring back all transactions for the that date
if {TRANSACTIONS.TRAN_DATE} = {@Maximum Date} then
{TRANSACTIONS.TRAN_AMT}
This works fine, however I want to summarise on this field, but this will not let me, any ideas.
Thanks,