2,155
edits
Changes
Marked this version for translation
<languages/>
<translate>
<!--T:1-->
Specifies the function to be used in the column.
<!--T:2-->
'''Options'''
<!--T:3-->
'''For [[Value]] data type:'''
<!--T:4-->
* '''Sum''': Show the sum of the values;
* '''AVG''': Show the average of the values;
<!--T:5-->
'''For [[Date]] and [[Text]] data types:'''
<!--T:6-->
* '''None''': No function will be applied, show the actual data.
* '''Count''': Show the count (amount of occurrences) of the data;
* '''Max''': Show the alphabetical last text or the last date;
* '''Min''': Show the alphabetical first text or the first date;
<!--T:7-->
'''Important''': the functions mentioned above ignore null values, this means that for instance, Count("Client Name") will ignore ocurrences that "Client Name" is null.
</translate>