PauloMongo
Programmer
I have a report that brings back transactions for the entire year that I summarise into various months,weeks and current day.
To get the the current day I use the below formula
//Current Day
if {TRANSACTIONS.TRAN_DATE} = maximum({TRANSACTIONS.TRAN_DATE}) then
{TRANSACTIONS.TRAN_AMT}
This returns the result as expected, however I need to summarise this value into the two groups I have created, the option to summarise is not available, any help most welcome
To get the the current day I use the below formula
//Current Day
if {TRANSACTIONS.TRAN_DATE} = maximum({TRANSACTIONS.TRAN_DATE}) then
{TRANSACTIONS.TRAN_AMT}
This returns the result as expected, however I need to summarise this value into the two groups I have created, the option to summarise is not available, any help most welcome