Page 1 of 1
Custom Number Format
Posted: Fri Aug 15, 2025 7:58 am
by Uzlander
Can anbody help me or direct to some solution, the numbers going to be mostly large (6+ figures, local currecy unit's feature) so the best looking format (to me) is space (just empty space, let it take space of say 2/3 of a regular character).
I think it would be great to add this option to nuNumber formats to pick, but for now some possibly css/js workaround would help me.
Many Thanks))
Re: Custom Number Format
Posted: Fri Aug 15, 2025 8:13 am
by kev1n
Hi,
Do the numbers only need to be displayed, or should they also be editable/changeable by the user?
Re: Custom Number Format
Posted: Mon Aug 18, 2025 9:20 am
by Uzlander
editable numbers, also calculable too when needed
Re: Custom Number Format
Posted: Fri Aug 22, 2025 2:54 pm
by kev1n
I need to think about whether and how to implement a custom number and possibly date format. In other words, one could define a custom format, and then a JavaScript function would handle the formatting.
Re: Custom Number Format
Posted: Fri Aug 29, 2025 4:26 pm
by Uzlander
In my modest understanding, the other 'nuNumber' formats existing are just strings at the base with javascript to handle their transformation & make them work as true numbers.
So i thought it wouldn't be much of headache to add space to the stack. I admit i might be wrong

Re: Custom Number Format
Posted: Sat Aug 30, 2025 4:49 am
by kev1n
Can't you just create a number format with a space as separator?