Difference between revisions of "Function"

From TaticView
Jump to: navigation, search
(Marked this version for translation)
Line 1: Line 1:
 
<translate>
 
<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'''
  
 +
<!--T:3-->
 
'''For [[Value]] data type:'''
 
'''For [[Value]] data type:'''
  
 +
<!--T:4-->
 
* '''Sum''': Show the sum of the values;
 
* '''Sum''': Show the sum of the values;
 
* '''AVG''': Show the average of the values;
 
* '''AVG''': Show the average of the values;
Line 14: Line 18:
  
  
 +
<!--T:5-->
 
'''For [[Date]] and [[Text]] data types:'''
 
'''For [[Date]] and [[Text]] data types:'''
  
 +
<!--T:6-->
 
* '''None''': No function will be applied, show the actual data.
 
* '''None''': No function will be applied, show the actual data.
 
* '''Count''': Show the count (amount of occurrences) of the data;
 
* '''Count''': Show the count (amount of occurrences) of the data;

Revision as of 13:40, 2 April 2014

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;