Difference between revisions of "Function"

From TaticView
Jump to: navigation, search
(Created page with "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; ** Co...")
 
(Marked this version for translation)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<languages/>
 +
 +
 +
<translate>
 +
<!--T:1-->
 
Specifies the function to be used in the column.
 
Specifies the function to be used in the column.
  
  
 +
<!--T:2-->
 
'''Options'''
 
'''Options'''
  
* For [[Value]] data type:
+
<!--T:3-->
 +
'''For [[Value]] data type:'''
  
** Sum: Show the sum of the values;
+
<!--T:4-->
** AVG: Show the average of the values;
+
* '''Sum''': Show the sum of the values;
** Count: Show the count (ammount of occurences) of the values;
+
* '''AVG''': Show the average of the values;
** Max: Show the higher value;
+
* '''Count''': Show the count (amount of occurrences) of the values;
** Min: Show the smaller value.
+
* '''Max''': Show the higher value;
 +
* '''Min''': Show the smaller value.
  
  
* For [[Date]] and [[Text]] data types:
+
<!--T:5-->
 +
'''For [[Date]] and [[Text]] data types:'''
  
** None: No function will be applied, show the actual data.
+
<!--T:6-->
** Count: Show the count (ammount of occurences) of the data;
+
* '''None''': No function will be applied, show the actual data.
** Count Distinct: Show the count distinct (ammount of unique occurences) of the data;
+
* '''Count''': Show the count (amount of occurrences) of the data;
** Max: Show the alphabetical last text or the last date;
+
* '''Count Distinct''': Show the count distinct (amount of unique occurrences) of the data;
** Min: Show the alphabetical first text or the first date;
+
* '''Max''': Show the alphabetical last text or the last date;
 +
* '''Min''': Show the alphabetical first text or the first date;
  
  
'''Applies to'''
+
<!--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.
  
[[Column]]
+
</translate>

Latest revision as of 17:03, 16 November 2020

Other languages:
English • ‎português do Brasil


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.


For Date and Text data types:

  • 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.