Prashant Sharma
03/21/2023, 11:03 AMMarek Horvat
03/21/2023, 1:08 PMstring would be as follows:
[>=1000000000]$#,,,.0 B;[>=1000000]$#,,.0 M;[>=1000]$#,.0 K;[>=0]$#,##0;[<=-1000000000]-$#,,,.0 B;[<=-1000000]-$#,,.0 M;[<=-1000]-$#,.0 K;[<0]-$#,##0
Please let me know if this is what you are looking for. Thank you!Prashant Sharma
03/21/2023, 2:44 PMcreateNumberJsFormatter or anything we can use where we can send the format as input.Prashant Sharma
03/21/2023, 2:53 PMMarek Horvat
03/21/2023, 3:37 PMcreateNumberJsFormatter to format numbers on the go. It utilizes this package for formatting.Prashant Sharma
03/21/2023, 3:45 PMnumberFormat function. It seems working fine. Thanks for the help.