I have an app which requires changing Culture so that numerical values display as #.###,0 rather than #,###.0
I have changed the Culture in the Locale and everywhere in the app it works.... well, nearly everywhere.
I cannot get a Report to display the numerical values in the right format. I have tried casting the values with @'#.###,0' and also tried AS_STRING(Number,'#.###,0')
No joy.
Has anyone come across this and found a solution please?