1

When I use the field calculator in the attribute table and use $rownum, the numbers appear as "1, 10, 100" instead of "1, 2, 3, 4."

How do I make it sequential?

Kulet
  • 19
  • 1

1 Answers1

0

It sounds like you have Strings instead of Integers. Check what the type of the attribute is when you create it. enter image description here

Ian Turton
  • 81,417
  • 6
  • 84
  • 185