Bug 372148 - Cannot add column in report
Summary: Cannot add column in report
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.8.0
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-06 16:41 UTC by Yann
Modified: 2020-04-02 17:22 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Error message when trying to add column to report (86.41 KB, image/jpeg)
2016-11-06 16:41 UTC, Yann
Details

Note You need to log in before you can comment on or make changes to this bug.
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.