Bug 372148

Summary: Cannot add column in report
Product: [Applications] kmymoney Reporter: Yann <yann.morin>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: normal CC: ostroffjh, ralf.habacker
Priority: NOR    
Version: 4.8.0   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Attachments: Error message when trying to add column to report

Description Yann 2016-11-06 16:41:34 UTC
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
Comment 1 Ralf Habacker 2017-06-27 15:21:09 UTC
The translated message is 'Unable to find reportgroup "Operations" for report '....'.
Comment 2 Ralf Habacker 2017-06-27 15:24:11 UTC
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());
Comment 3 Jack 2020-04-02 17:22:24 UTC
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.