PDF export localization for thousand delimiter and decimal delimiter is not the same in the report UI and the PDF outputIssue When running a report that has numbers like price fields and numbers larger than 1000, the behaviour when exporting as PDF is not the same in the exported PDF document and the PFD report produced For example: 1 091 and 98,9 for France 1,091 and 98.9 for USReleaseNot release specificCauseThis is related to localization settings, global versus user specific that is not always set as required for report output consistency. ResolutionThis is related to the localization settings For the PDF export, to consistently use the same localization, the following pre-requisites exist 1) 'glide.system.locale' The global localization variable 'glide.system.locale' should be set in table [sys_properties] glide.system.locale This can be accessed from the menu as well, 'System localization' 2) sys_user.country (country code) The country code field should be used at the user level to ensure consistency, if the country field is not set, the PDF report will use the global variable set at the instance level: 'glide.system.locale'. The country code is in the user table [sys_user] sys_user.country (country code)