1

I m working on a project on QGIS.

I have a point shapefile vector that represents my store.

In the attribute table, i have bunch of data such as size, unit per transaction and most importantly store turnover.

When I want to graduate the symbology, the turnover isn't present in the list I can choose from.

Does someone know why, and how to fix it?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
MarineSen
  • 61
  • 1
  • 5
  • 4
    Have you checked what format the fields are in? If turnover is stored as text field then it won't be possible to use it for graduated symbology. – MAJ742 Mar 12 '14 at 13:29

1 Answers1

2

Graduated symbology can only be applied to numerical fields.

If turnover is stored as text field then it won't be possible to use it for graduated symbology.

For ways to change the attribute type see: Changing data type in attribute table in QGIS?

underdark
  • 84,148
  • 21
  • 231
  • 413