Skip to content

Commit eef8032

Browse files
committedOct 25, 2014
Adding text about field calculator bar
Adds text about field calculator bar and other stuffs
1 parent b6e98f1 commit eef8032

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎resources/context_help/QgsAttributeTableDialog

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
The attribute table displays features of a selected layer. Each row in the table represents one map feature with its attributes shown in several columns. The features in the table can be searched, selected, moved or even edited. By default the attribute table is a separate window. If you opened it and cannot see it anymore, it is most likely hidden under the main QGIS window. You can make it also a docked window, by checking <label>Open attribute table in a dock window</label> in <label>Settings > Options > Data Sources</label>.<p>
33

44
The number of total number of layer features, filtered features and selected features is printed on the window header.<p>
5+
At the bottom right of the dialog, you can choose whether to display features in a form or in a table.<p>
56
<p>
67
<a href="#Selecting">Selecting</a><br/>
78
<a href="#Sorting">Sorting</a><br/>
@@ -20,7 +21,6 @@ A continuous selection can be made by holding the <label>Shift</label> key and c
2021
<h4>Sorting</h4>
2122
</a>
2223
Each column can be sorted by clicking on its column header. A small arrow indicates the sort order (downward pointing means descending values from the top row down, upward pointing means ascending values from the top row down).<br>
23-
Activate the <label>Selected on top</label> button to show the selected rows always on top, regardless of the current sort column.
2424

2525
<a name="Filtering">
2626
<h4>Filtering</h4>
@@ -42,7 +42,8 @@ For more complex searches, this mode offers a powerful expression builder, which
4242
<a name="Editing">
4343
<h4>Editing</h4>
4444
</a>
45-
To edit values, you first have to switch the layer to editing mode. To switch to editing mode click on the <label>Toggle editing mode</label> (pencil) button or press <label>Ctrl + E</label>. Afterwards double-click on the value you want to edit or place the cursor on it and use the <label>Space</label>-Key. You can customize the widgets used for field editing in <label>Vector Layer Properties > Fields</label>
45+
To edit values, you first have to switch the layer to editing mode. To switch to editing mode click on the <label>Toggle editing mode</label> (pencil) button or press <label>Ctrl + E</label>. Afterwards double-click on the value you want to edit or place the cursor on it and use the <label>Space</label>-Key. You can customize the widgets used for field editing in <label>Vector Layer Properties > Fields</label> <br>
46+
You can also edit a field's value for many rows at once. You need to select the rows you want to edit and then use the <label>Field Calculator</label> or the <label>Field Calculator Bar</label>. If no row is selected, the edition will apply on all the features.
4647

4748
<a name="FieldCalc">
4849
<h4>Field Calculator</h4>
@@ -54,6 +55,5 @@ The vector layer needs to be in editing mode, before you can click on the <label
5455
<a name="FieldCalcBar">
5556
<h4>Field Calculator Bar</h4>
5657
</a>
57-
The <label>Field Calculator</label> button in the attribute table allows performing calculations on basis of existing attribute values or defined functions, e.g. to calculate length or area of geometry features.<br>
58-
The results can be written to a new attribute column or it can be used to update values in an already existing column.<br>
59-
The vector layer needs to be in editing mode, before you can click on the <label>Field calculator</label> icon to open the dialog.
58+
When you toggle to edition the layer, a new row of functions appears in the attribute table: the <label>Field Calculator Bar</label>. This allows to quickly edit values of existing fields by performing calculations on basis of existing attribute values or defined functions button in the attribute table, e.g. to calculate length or area of geometry features.<br>
59+
To edit values, select the field to modify with the filter button on the left and fill the text box with the new value or an expression to calculate new value. Then, press <label>Update all</label> button to update all the rows of the attribute table or <label>Update selected</label> button if some features are selected or a filter is applied on the attribute table display. You can also use the <label>Expression builder</label> button to calculate the new value in the column.<br>

0 commit comments

Comments
 (0)
Please sign in to comment.