I have a attribution table with multiple rows . I want to replace a number
--99999997 to '0'  (=zero) for the whole of the attribute table. I have
used the expression - case when   "P_ANT_ARU"  is  -99999997  then '0' else
   "P_ANT_ARU"  end -  for every feature but I wonder if there a faster way
to use in the field calculator to get rid of -99999997.

Willem Korevaar
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to