Developing a LiveDoc in German and running into issues with German number formats.
To get the format 1.234 I enter in the Format tab, Custom Types: #.##0, (variable Type is Integer).
The issue is that #.##0, adds a leading period for values under 1,000 (e.g., .234 instead of 234).
I’ve tried various things to remove the leading period but can’t find a solution that works for values equal or greater than 1000 and values less than 1000. Any suggestions or solutions for this?
