Hi Everyone,
We have made an important change to the BKPER_BALANCES_PERIOD function in our Google Sheets add-on that may affect your existing reports.
What's ChangingThe default output format for the transposed parameter (5th parameter) is being updated to improve usability and align with our Balance Sheet function.
Current Default (transposed = FALSE):
Date Account A Account BNew Default (transposed = FALSE):
01/01/2022 01/02/2022
Account A 200 300
Account B 200 300
Why This Change
This new format is more intuitive for users and AI tools, and provides better consistency with our Balances function.
If your reports break after this update, simply flip the transposed parameter in your function:
Example:
Change: =BKPER_BALANCES_PERIOD(bookId, 1, query, FALSE, FALSE, FALSE)
To: =BKPER_BALANCES_PERIOD(bookId, 1, query, FALSE, TRUE, FALSE)
TimelineThis change is implemented today.
We apologize for any inconvenience and appreciate your understanding as we continue to improve Bkper.
Please let us know if you need any assistance with this change, we are here to help!
Kind regards,
Jacob