Hello,
we've got an report for the entity "account", with a column "Umsatz" which is the value of a currency field.
As a parameter, this column should be sorted (DESC) but the values don't fit.
The field is
Best, Daniel
Version is ESPO 5.6.11 and Advanced Pack 2.3.14
we've got an report for the entity "account", with a column "Umsatz" which is the value of a currency field.
As a parameter, this column should be sorted (DESC) but the values don't fit.
The field is
Code:
"totalBudget": { "type": "currency", "required": false, "min": 0, "readOnly": true, "audited": false, "tooltip": true, "isCustom": true },
Best, Daniel
Version is ESPO 5.6.11 and Advanced Pack 2.3.14
Comment