{% extends "rpt_base.html" %} {% load staticfiles %} {% block extra_css %} h3.category_header { display:inline; font-size:1em; padding:0.25em; } li.category { padding:0.25em 0.5em; border:1px solid #c0c0c0; border-radius:4px; } li.category + li.category { border-top:none; } h3 span.toggle { color:#666; font-weight:normal; cursor:pointer; } ol.column_list { display:none; } #columns ol, #linked_visits ol { list-style-type:none; } ol.category_list { margin:0; padding:0; } ol.column_list { margin:0 2em; padding:0; } ol.column_list li, ol.column_list li label { padding:0 0.25em; } .transparent { opacity: 0; } .builder_step { width:800px; } {% endblock %} {% block body_js %} {% endblock %} {% block content %}
{% csrf_token %}

Choose Filters

Create filters using the fields, operators, and values options below. Your DataSet will include all available records matching the all your filters.

{% with lu_all=universe.lookups.all %} {% if lu_all|length > 0 %}

You can filter on Lookup Table fields in order to filter on one-to-many relationships. For example, using the 'DX' field in a diagnoses lookup table will search through DX1, DX2, DX3, etc. The available lookup categories are {% for lu in lu_all %} {% with def=lu.via.definition %} {% if forloop.counter == lu_all|length %} and {{ def.category }}. {% else %} {{ def.category }}, {% endif %} {% endwith %} {% endfor %}

{% endif %} {% endwith %}
{% if available_columns %} {% endif %}
{% endblock %}