Difference between revisions of "Function/pt-br"
(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 13: | Line 13: | ||
− | ''' | + | '''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;