Re: [Qgis-user] How to sort integer value in attributes table

2016-08-15 Thread Matthias Kuhn
This has been fixed and will be solved with the next point release.
http://hub.qgis.org/issues/15295

On 12/08/16 10:35, Nathan Woodrow wrote:
>
> Known issue in 2.16 it seems
>
>
> On Fri, 12 Aug 2016 6:25 pm Amedeo Fadini  > wrote:
>
> Hi everybody, don't know if it's been in this way from the beginning,
> but today I've noticed that I'm not able to sort the attribute table
> by a numeric value: it's always managed as a text.
>
> I have a vector layer with contour lines, each has an attribute
> "quote" integer. Qhen I try to sort it by quote i have this result:
>
> |quote|
>  1|   100|
>  2| 1000|
>  3| 1025|
>  4|   105|
>  5| 1050|
>  6| 1075|
>  ..| .
> 1640|  975|
>
> instead of:
>
> |quote|
>  1|   100|
>  2|   105|
>  3|   110|
>  ..|   .|
> 1640| 1525|
>
> I'm using Qgis 2.16.0-Nødebo rev  2f9ed29 GDAl 1.10 on Debian 8
> Is it normal or is a issue? Anybody can confirm?
> ___
> 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 sort integer value in attributes table

2016-08-12 Thread Robin Paulson


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2016-08-12 20:24, Amedeo Fadini wrote:

Hi everybody, don't know if it's been in this way from the beginning,
but today I've noticed that I'm not able to sort the attribute table
by a numeric value: it's always managed as a text.


...


I'm using Qgis 2.16.0-Nødebo rev  2f9ed29 GDAl 1.10 on Debian 8
Is it normal or is a issue? Anybody can confirm?


yep, i got this too. all attributes do this on my system, real, integer, 
etc.


- --
robin
-BEGIN PGP SIGNATURE-
Version: Mailvelope v1.5.1
Comment: https://www.mailvelope.com

wsBcBAEBCAAQBQJXrYljCRDpJZZoBiZO6QAAS6gH/37ZcASI7CXG5c5L5tuc
Dwm2nYOnMQ0vfFbB/7fkX9Vx2mF9AmF/9irf1hnDI4/dJn71uz9tozYa+XNM
nL04FrFFUlq0Lny6qOpa0Xk+/saTn3BMciKiaGqFgKUxYpg3mDWWVKcTysvD
0Abixf4yLVIKkwHCfDB27s59kPOD2mDYszpzYRSyKnbILKJFeflKZkushfgQ
IAw8+NkdCiTtJ01YZPjjLX4LVxD0eO1jZ3eO2PwxKoepJT6Eeav2I06ylx8O
TJ6eUscngeBYYxbIT0lAgbrVbdrFTo6Z1WmA1TtlWSj8XnOzfWPik4UaWsnK
mivBLHX8HJzEtEGihRrHoqs=
=P9pO
-END PGP SIGNATURE-

___
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 sort integer value in attributes table

2016-08-12 Thread Nathan Woodrow
Known issue in 2.16 it seems

On Fri, 12 Aug 2016 6:25 pm Amedeo Fadini  wrote:

> Hi everybody, don't know if it's been in this way from the beginning,
> but today I've noticed that I'm not able to sort the attribute table
> by a numeric value: it's always managed as a text.
>
> I have a vector layer with contour lines, each has an attribute
> "quote" integer. Qhen I try to sort it by quote i have this result:
>
> |quote|
>  1|   100|
>  2| 1000|
>  3| 1025|
>  4|   105|
>  5| 1050|
>  6| 1075|
>  ..| .
> 1640|  975|
>
> instead of:
>
> |quote|
>  1|   100|
>  2|   105|
>  3|   110|
>  ..|   .|
> 1640| 1525|
>
> I'm using Qgis 2.16.0-Nødebo rev  2f9ed29 GDAl 1.10 on Debian 8
> Is it normal or is a issue? Anybody can confirm?
> ___
> 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 sort integer value in attributes table

2016-08-12 Thread Amedeo Fadini
Hi everybody, don't know if it's been in this way from the beginning,
but today I've noticed that I'm not able to sort the attribute table
by a numeric value: it's always managed as a text.

I have a vector layer with contour lines, each has an attribute
"quote" integer. Qhen I try to sort it by quote i have this result:

|quote|
 1|   100|
 2| 1000|
 3| 1025|
 4|   105|
 5| 1050|
 6| 1075|
 ..| .
1640|  975|

instead of:

|quote|
 1|   100|
 2|   105|
 3|   110|
 ..|   .|
1640| 1525|

I'm using Qgis 2.16.0-Nødebo rev  2f9ed29 GDAl 1.10 on Debian 8
Is it normal or is a issue? Anybody can confirm?
___
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