Re: [Qgis-user] How to change number in all features with field calculator

2016-02-12 Thread Joris Hintjens
there is a plugin to speed that up.

QuickMultiAttributeEdit

greets

Joris

> Op 10 feb. 2016, om 15:08 heeft Philip Pierdomenico  het 
> volgende geschreven:
> 
> Select all the records that have -9997.  Then open field calculator, 
> check the box for "Only update selected features" and "Update existing field" 
> and enter the expression toint(0).
> 
> 
> Phil
> 
> 
> On Wed, Feb 10, 2016 at 8:13 AM, Willem Korevaar  > wrote:
> I have a attribution table with multiple rows . I want to replace a number 
> --9997 to '0'  (=zero) for the whole of the attribute table. I have used 
> the expression - case when   "P_ANT_ARU"  is  -9997  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 -9997.
> 
> 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 
> 
> 
> ___
> 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

___
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

Re: [Qgis-user] How to change number in all features with field calculator

2016-02-10 Thread Philip Pierdomenico
Select all the records that have -9997.  Then open field calculator,
check the box for "Only update selected features" and "Update existing
field" and enter the expression toint(0).


Phil


On Wed, Feb 10, 2016 at 8:13 AM, Willem Korevaar 
wrote:

> I have a attribution table with multiple rows . I want to replace a number
> --9997 to '0'  (=zero) for the whole of the attribute table. I have
> used the expression - case when   "P_ANT_ARU"  is  -9997  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 -9997.
>
> 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
>
___
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

[Qgis-user] How to change number in all features with field calculator

2016-02-10 Thread Willem Korevaar
I have a attribution table with multiple rows . I want to replace a number
--9997 to '0'  (=zero) for the whole of the attribute table. I have
used the expression - case when   "P_ANT_ARU"  is  -9997  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 -9997.

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