Created attachment 102071 [details] Error message when trying to add column to report I tryed to add column "account" to a report (see hard copy). Bug occurs each time I try. Yann
The translated message is 'Unable to find reportgroup "Operations" for report '....'.
This is in void KReportsView::slotConfigure() 785: QString error = i18n("Could not find reportgroup \"%1\" for report \"%2\".\nPlease report this error to the developer's list: kmymoney-devel@kde.org", reportGroupName, newreport.name()); 841: QString error = i18n("Could not find reportgroup \"%1\" for report \"%2\".\nPlease report this error to the developer's list: kmymoney-devel@kde.org", reportGroupName, newReport.name());
Is this still a problem? It seems likely it has been fixed since then. I just tried in 5.0.8 and it works without problem. I used the Transactions by Account Report and added the column for Account with no crash.