diff --git a/docs/training_manual/forestry/forest_maps.rst b/docs/training_manual/forestry/forest_maps.rst index aa723a298df..2ba1b5e6d12 100644 --- a/docs/training_manual/forestry/forest_maps.rst +++ b/docs/training_manual/forestry/forest_maps.rst @@ -371,7 +371,7 @@ field with some remarks for the field teams to have into account: #. Enable editing. #. Use the |calculateField| calculator to create and populate the following two fields. #. Create a field named ``Zone`` of type :guilabel:`Whole number (integer)`. -#. In the :guilabel:`Expression` box write/copy/construct ``$rownum``. +#. In the :guilabel:`Expression` box write/copy/construct ``@row_number``. #. Create another field named ``Remarks``, of type :guilabel:`Text (string)` and a width of ``255``. #. In the :guilabel:`Expression` box write ``'No remarks.'``. This will set diff --git a/docs/training_manual/forestry/systematic_sampling.rst b/docs/training_manual/forestry/systematic_sampling.rst index dd4ea06b33c..352b497ea66 100644 --- a/docs/training_manual/forestry/systematic_sampling.rst +++ b/docs/training_manual/forestry/systematic_sampling.rst @@ -128,10 +128,9 @@ You can create a new column for the ``systematic_plots_clip`` layer: #. Enter ``Plot_id`` as :guilabel:`Output field name` #. Set the :guilabel:`Output field type` to :guilabel:`Text (string)`. #. In the :guilabel:`Expression` field, write, copy or construct this formula - ``concat('P_', @rownum )``. Remember that you can also double click on the + ``concat('P_', @row_number )``. Remember that you can also double click on the elements inside the :guilabel:`Function list`. The ``concat`` function can - be found under :guilabel:`String` and ``@rownum`` is under the :guilabel:`Variables - and values` group. + be found under :guilabel:`String` and ``@row_number`` is under the :guilabel:`Variables` group. #. Click :guilabel:`OK`. #. Disable the edit mode and save your changes.