Difference between revisions of "Function/pt-br"

From TaticView
Jump to: navigation, search
(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...")
(Created page with "'''Para dados do tipo Data e Texto:'''")
Line 13: Line 13:
  
  
'''For [[Date]] and [[Text]] data types:'''
+
'''Para dados do tipo [[Date/pt-br|Data]] e [[Text/pt-br|Texto]]:'''
  
 
* '''None''': No function will be applied, show the actual data.
 
* '''None''': No function will be applied, show the actual data.

Revision as of 19:03, 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.


Para dados do tipo Data e Texto:

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