{%if this.keyFieldsSupported %}
{% for fieldName in this.keyFields %}
{% if fieldName in this.fieldNames %}
-
{{fieldName}}
{% endif %}
{% endfor %}
{%endif%}
{% for fieldName in this.valueFields %}
{% if fieldName in this.fieldNames %}
-
{{fieldName}}
{% endif %}
{% endfor %}
{%if this.keyFieldsSupported %}
PixieDust will automatically use count aggregation for each key
{%endif%}