Função
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;