Type Alias TableauFieldAggregationType
TableauFieldAggregationType:
| "attr"
| "avg"
| "collect"
| "count"
| "countd"
| "day"
| "end"
| "hour"
| "in-out"
| "kurtosis"
| "max"
| "mdy"
| "median"
| "min"
| "minute"
| "month"
| "month-year"
| "none"
| "qtr"
| "quart1"
| "quart3"
| "second"
| "skewness"
| "stdev"
| "stdevp"
| "sum"
| "trunc-day"
| "trunc-hour"
| "trunc-minute"
| "trunc-month"
| "trunc-qtr"
| "trunc-second"
| "trunc-week"
| "trunc-year"
| "user"
| "var"
| "varp"
| "week"
| "weekday"
| "year"
Values of Tableau's
FieldAggregationTypeenum.Mirrors
FieldAggregationTypeinExternalContract/Shared/Namespaces/Tableau.d.ts— all forty members, verbatim. The list mixes true aggregations (sum,countd), date truncations (trunc-month) and date parts (weekday), because Tableau reports all three through this one property.