Skip to content

[UI] Reports - Group separators for numbers #4513

Description

@TIVMOF

Numbers in different contexts are currently displayed without group separators (e.g., 30000 instead of 30 000). By convention, large numeric values should include group separators to enhance readability and improve clarity, especially when dealing with large datasets.

Group separators should be applied by checking if the field in the column is a numeric type (e.g., numeric, integer, double) and formatting the value accordingly, using spaces or other standard separators based on locale or preference.

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status
    To do

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions