Difference between revisions of "Function"
(Marked this version for translation) |
(Marked this version for translation) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | |||
+ | |||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
Line 27: | Line 30: | ||
* '''Max''': Show the alphabetical last text or the last date; | * '''Max''': Show the alphabetical last text or the last date; | ||
* '''Min''': Show the alphabetical first text or the first 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> | </translate> |
Latest revision as of 17:03, 16 November 2020
Specifies the function to be used in the column.
Options
For Value data type:
- Sum: Show the sum of the values;
- AVG: Show the average of the values;
- Count: Show the count (amount of occurrences) of the values;
- Max: Show the higher value;
- Min: Show the smaller value.
- None: No function will be applied, show the actual data.
- Count: Show the count (amount of occurrences) of the data;
- Count Distinct: Show the count distinct (amount of unique occurrences) of the data;
- Max: Show the alphabetical last text or the last date;
- Min: Show the alphabetical first text or the first date;
Important: the functions mentioned above ignore null values, this means that for instance, Count("Client Name") will ignore ocurrences that "Client Name" is null.