I have a table with daily opening and closing balances. The table only has information for those days where transactions occurred (e.g. no data for weekends). However, when I am building my report, I want to show the opening and closing balance for every single day, including those days with no transactions. In other words, the opening balance for Saturday, Sunday and Monday would be Friday's closing balance.
Is there a way to go back on each line and retrieve the balance of the last day that had information?
Is there a way to go back on each line and retrieve the balance of the last day that had information?