Difference between revisions of "Function/pt-br"

From TaticView
Jump to: navigation, search
(Created page with "''' Para dados do tipo Valor:'''")
(Created page with "* '''Sum''': Mostra a soma dos valores; * '''AVG''': Mostra a média dos valores; * '''Count''': Mostra o contador(quantidade de ocorrências) dos valores; * '''Max''': Mostra...")
Line 6: Line 6:
 
''' Para dados do tipo [[Value/pt-br|Valor]]:'''
 
''' Para dados do tipo [[Value/pt-br|Valor]]:'''
  
* '''Sum''': Show the sum of the values;
+
* '''Sum''': Mostra a soma dos valores;
* '''AVG''': Show the average of the values;
+
* '''AVG''': Mostra a média dos valores;
* '''Count''': Show the count (amount of occurrences) of the values;
+
* '''Count''': Mostra o contador(quantidade de ocorrências) dos valores;
* '''Max''': Show the higher value;
+
* '''Max''': Mostra o maior valor;
* '''Min''': Show the smaller value.
+
* '''Min''': Mostra o menor valor.
  
  

Revision as of 19:02, 10 April 2014

Especifica a função a ser usada na coluna.


Opções

Para dados do tipo Valor:

  • Sum: Mostra a soma dos valores;
  • AVG: Mostra a média dos valores;
  • Count: Mostra o contador(quantidade de ocorrências) dos valores;
  • Max: Mostra o maior valor;
  • Min: Mostra o menor valor.


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;