{% include "includes/headers.html" %} {% with facet='edit' %} {% include "includes/navbar.html" %} {% endwith %}
{% with facet='edit' %} {% include "includes/data-tabs.html" %} {% endwith %}

Add filters to your data recipe

{% include "includes/source.html" %}

Filters

{% if recipe.recipe_id %} {% set method="POST" %} {% set action="/actions/save-recipe" %} {% else %} {% set method="GET" %} {% set action="/data/edit" %} {% endif %}
{% for n in range(1, filter_count+1) %}
{{ n }}
{% endfor %}
Done filters
{% if recipe.recipe_id %} {% endif %} {% include "includes/params.html" %}

Preview

{% include 'includes/hxltable.html' %}
{% if source.has_more_rows %}

Previewing the first {{ "{:,}".format(source.max_rows) }} of {{ "{:,}".format(source.total_rows) }} data rows.

{% endif %}
{% include "includes/scripts.html" %} {% include "includes/chooser-scripts.html" %}