Closed Christoph-Wagner closed 2 years ago
v1.4 in Debug mode, Windows, SQLite DB
Start app with SQLite, go to Reports.
System.NotSupportedException in ReportViewModel.cs Line 201 SQLite cannot apply aggregate operator 'Sum' on expressions of type 'decimal'. Convert the values to a supported type, or use LINQ to Objects to aggregate the results on the client side.
System.NotSupportedException
ReportViewModel.cs
SQLite cannot apply aggregate operator 'Sum' on expressions of type 'decimal'. Convert the values to a supported type, or use LINQ to Objects to aggregate the results on the client side.
Can confirm this. Will look into it.
Should be resolved as part of #58
v1.4 in Debug mode, Windows, SQLite DB
Start app with SQLite, go to Reports.
System.NotSupportedException
inReportViewModel.cs
Line 201SQLite cannot apply aggregate operator 'Sum' on expressions of type 'decimal'. Convert the values to a supported type, or use LINQ to Objects to aggregate the results on the client side.