QGIS/python/plugins/processing/algs/qgis/help/listuniquevalues.rst
Victor Olaya 15e923820f [processing] added help files for algs in qgis group
Most help files missing content
2014-06-08 20:00:03 +02:00

32 lines
624 B
ReStructuredText

LIST UNIQUE VALUES
==================
Description
-----------
This algorithm counts the number of unique values of an attribute table field.
Parameters
----------
- ``Input layer[Vector]``: layer in input
- ``Target field[TableField]``: field of the attribute table with the unique values to count
Outputs
-------
- ``Unique values[HTML]``: resulting html file
- ``Total unique values[Number]``: number of the unique values found
- ``Unique values[String]``: list of each unique value
See also
---------
Console usage
-------------
::
processing.runalg('qgis:listuniquevalues', input_layer, field_name, output)