Using report Reports->Experimental->Income Statement (Multicolumn) and setting: -> Enable chart -> Period duration (each one but Disabled) I get the error "This report was saved using a later version of GnuCash. One of the newer multichoice options '#t' is not available, fallback to the option 'MonthDelta'." The error appears again when going back after click on "BarChart" https://snipboard.io/AO9fYr.jpg
Created attachment 373936 [details] error image
Thanks! The following makes this report work as originally intended: * For Balance-Sheet, barchart is only available if period is not "disabled". * For Profit&Loss, the barchart is always available -- use period option, or default to Monthly. modified gnucash/report/reports/standard/balsheet-pnl.scm @@ -1204,7 +1204,7 @@ also show overall period profit & loss.")) (chart (and-let* (include-chart? (curr (or common-currency book-main-currency)) - (delta (or (not (eq? incr 'disabled)) 'MonthDelta)) + (delta (if (eq? incr 'disabled) 'MonthDelta incr)) (price (or price-source 'pricedb-nearest))) (gnc:make-report-anchor pnl-barchart-uuid report-obj