Hello Michaela, Geopackage always stores numbers with "." as decimal separator. The table view just shows a localized view of it. If you enter numbers with a comma, they get internally replaced with a point before storing the values in the geopackage. But you can format the label and force the german number format with the following expression as an example:
format_number( "flaeche", 2, 'de') If you use the expression dialog window, you can use the built in help for more information about the format_number function. HTH Frank ________________________________ Von: QGIS-User <[email protected]> im Auftrag von Huesmann, Michaela via QGIS-User <[email protected]> Gesendet: Donnerstag, 11. Januar 2024 15:13 An: [email protected] <[email protected]> Betreff: [Qgis-user] Decimal delimiter different in label and attribute table Hello all, I created a geopackage layer with a column of fieldtype „Decimal (Double)“. In the Attribute Table I can see the decimal delimiter as comma as I want it in Germany. But the labels display the delimiter as point. Where do I change the delimiter for labels? [cid:[email protected]] Best regards, Michaela [Kreisstadt Steinfurt]<http://www.steinfurt.de> - 48565 Steinfurt www.steinfurt.de<http://www.steinfurt.de> Mit freundlichen Grüßen im Auftrag Michaela Huesmann IT Fachdienst Tiefbau Tel.: +49 2552 925 219 Fax: E-Mail: [email protected]<mailto:[email protected]> Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken.
_______________________________________________ QGIS-User mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
