Hello folks,
I’d like to propose a feature enhancement for number and currency formatting. Currently, we can format numbers with abbreviations like “k” for thousands and “M” for millions, but it’s not dynamic. It would be great to have an automatic formatting option that works as follows:
- For numbers < 1000, display the full number.
- For numbers ≥ 1000 and < 1,000,000, display with “k” (e.g., 4,500 → 4.5k).
- For numbers ≥ 1,000,000, display with “M” (e.g., 2,500,000 → 2.5M).
This dynamic formatting would improve readability and consistency across different data scales. I haven’t seen this feature in the current application, and I believe it would be a valuable addition.
Thanks for considering this request.