{% import 'includes/filters/filter-variables.j2' as vars %}

{% with key='Count-rows-filter' %}{% include "includes/help.html" %}{% endwith %} Aggregate HXL data to generate reports or protect private data.

{% include 'includes/filters/label-field.html' %} {% set name='count-tags%02d' % n %}

Count unique combinations of values from columns matching one or more of these tag patterns (comma-separated). If blank, count unique combinations of values from all columns.

{% set name='count-where%02d' % n %}

Count values from rows matching this row query. If blank, count values from all rows.

Aggregate values to generate {% for m in range(1, 26) %} {% set type='count-type%02d-%02d' % (n, m,) %} {% if (m == 1) or recipe.args[type] %}
{% set name='count-pattern%02d-%02d' % (n, m,) %}
{%set name='count-header%02d-%02d' % (n, m,) %}
{%set name='count-column%02d-%02d' % (n, m,) %}
{% endif %} {% endfor %} Add aggregator
{% set name='count-spec%02d' % n %} {% if recipe.args[name] %}
{% endif %} {% set name='count-aggregate-tag%02d' % n %} {% if recipe.args[name] %}
{% endif %}