Is not there the alternative to change the format number? I'd like to use the format #.##0 instead of #,##0 (point instead of comma). I tried to set it using the custom area, but it didn't work.
i
Ivana Gasparekova
08/12/2024, 3:52 PM
Hi Thiago,
Actually, all number formats, including the custom ones, use the placeholders listed here.
I am happy to submit a Product feedback if you’d like to customize the placeholders as well.
✅ 1
j
Julius Kos
09/05/2024, 12:09 PM
Hi Thiago,
Just a small follow-up here. It is also worth mentioning that there is a possible workaround in React SDK. It would be only applicable on Dashboards (as Analytical designer is embedded via iframe) and it looks as following.
Please see the whole example code below:
https://codesandbox.io/p/devbox/blue-glade-5hf5r2?file=%2Fsrc%2Fexample%2FExample.tsx