Hi there,
I am getting the following error:
Undefined index: DIFFERENZ (View: C:\[...]\resources\views\dashboard\fieldsales.blade.php)
The result of the SQL-query is empty and the problem is occured in the following line:
"dataSource" => $this->dataStore("customer.flop100.annualComparison")->filter('DIFFERENZ', '<', 0),
Thank you in advance!