Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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).

    Comment


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