diff --git a/resources/context_help/QgsAttributeTableDialog-en_US b/resources/context_help/QgsAttributeTableDialog-en_US index f4a8e533f25..a7237857251 100644 --- a/resources/context_help/QgsAttributeTableDialog-en_US +++ b/resources/context_help/QgsAttributeTableDialog-en_US @@ -1,3 +1,50 @@ -
+ +The number of table features is printed on its header.
+
+Selecting
+Sorting
+Searching
+Field Calculator
+
+
+Selecting
+
+Rows can be selected by clicking on the row number on the left side of the row. Selecting a row
+doesn't change the current cursor position. Multiple rows can be marked by holding the
+ key.
+A continuous selection can be made by holding the key and clicking on several row headers
+on the left side of the rows. All rows between the current cursor position and the clicked row are
+selected.
+
+
+Sorting
+
+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 rown down).
+Use button to sort selected rows and display them in first table rows.
+To show selected records only, use the checkbox .
+
+
+Searching
+
+For a simple search by attributes on only one column the field can be used. Select
+the field (column) from which the search should be performed from the dropdown menu and hit the
+ button.
+For more complex searches use the . This button opens the Query Builder and allows you to define a subset of a table using a SQL-like WHERE clause, display the result in the main window and save it as a Shapefile.
+
+
+Field Calculator
+
+The button in the attribute table allows to perform calculations on basis of
+existing attribute values or defined functions, e.g. to calculate length or area of geometry features.
+The results can be written to a new attribute column or it can be used to update values in an already
+existing column.
+You have to bring the vector layer in editing mode, before you can click on the icon to
+open the dialog.
+
diff --git a/resources/context_help/QgsIdentifyResults-en_US b/resources/context_help/QgsIdentifyResults-en_US
index 9f1b8478109..a113ba1605a 100644
--- a/resources/context_help/QgsIdentifyResults-en_US
+++ b/resources/context_help/QgsIdentifyResults-en_US
@@ -1,8 +1,10 @@
The results dialog shows all the features identified within the search tolerance. -To see the results, expand the feature information by clicking on the plus sign to the left of each feature. +To see the results details, expand the feature information on the left of each feature.
-The search radius can be set in the options dialog .
+The search radius can be set in the options dialog , Identify section, as a percentage of map width. In this section you may also set identify mode to , , .
+You may also tick an option.
+Identifable layers can be set in the Project Properties dialog where all the layers names are listed, their type (vector, raster, etc.) and ability to be identified.