Sławomir Bienias wrote > > ... > I need to have Attribute Table with specific type of field - Integer > (4,0). > .... > > Is there any way to change field type in DBF table in QGis? > .... > Have you tried in QGIS to write the content of your real field to a new integer (4) field using the attribute calculator ? [Open attribute table > toggle editing > Open field calculator (right button below attribute table, should be active) ] Create a new field with Definition Integer 4 and give it a NewFieldName. In the expression field write: "OldFieldName"
Did a test and it worked with a shapefile. Regards, Christine -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Change-the-Field-type-dbf-tp4991387p4991409.html Sent from the Quantum GIS - User mailing list archive at Nabble.com. _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
