Skip to Main Content
Feature Request FR-3885
Product Area Page Components
Status CLOSED

3 Voters

format numbers while entering data (text field, grid column)

duongminh116 Public
· Jul 4 2024

Idea Summary
format numbers while entering data (text field, grid column)

Use Case
when entering numbers as data

Preferred Solution (Optional)
Currently I use a plugin but it would be nice to have the default available from apex

This request is likely a duplicate of FR-3035.

Comments

Comments

  • ino.laurensse OP 1.1 years ago

    format numbers while entering data (text field, grid column)

    While entering is not possible, because APEX doesn't know what the number is going to be. When you type 200 it doesn't know that you want a comma next, because you are going to enter 3 more zeroes.

    APEX already formats the number item when you leave the item (since release <something>).

  • duongminh116 OP 1.1 years ago

    @ino.laurensse Please refer to this plugin https://apex.world/ords/f?p=100:710:::::P710_PLG_ID:si_trts_autonumeric , this is really necessary for an application specializing in finance with large numbers

  • ino.laurensse OP 1.1 years ago

    Ah, I see what you mean. We use this for DATE items. While typing 06072024 it is automatically converted to 06-07-2024. So, this idea can be generalized for any formatted item.