Hi All,
I have a text for endingbalance which is transactionbalance+transactionamount, However Id like to display the last row with in the account grouping.
for any given account we might have n` rows with each row having transaction date, I was told to remove this expression and get the value of last row in group amount value as running balance, last row being the most latest date.
How can i get this functionality?