Sorting of currency fields in report doesn't work as expected

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bdcitsolutions
    Member
    • Apr 2018
    • 79

    Sorting of currency fields in report doesn't work as expected

    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

    Code:
    "totalBudget": {
       "type": "currency",
       "required": false,
       "min": 0,
       "readOnly": true,
        "audited": false,
        "tooltip": true,
        "isCustom": true
    },

    Click image for larger version  Name:	report.PNG Views:	1 Size:	39.9 KB ID:	51125

    Click image for larger version  Name:	report2.png Views:	1 Size:	46.3 KB ID:	51126

    Best, Daniel

    Version is ESPO 5.6.11 and Advanced Pack 2.3.14
  • yuri
    Member
    • Mar 2014
    • 8570

    #2
    Hi Daniel,

    Can you re-save any of record that is out of order. Maybe the value 'totalBudgetCurrency' is empty in database (should be EUR).
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • bdcitsolutions
      bdcitsolutions commented
      Editing a comment
      This works, thanks Yuri!
Working...