{% extends 'portal.html' %} {% block title %} {{assessment}} | Data Pivot | HAWC {% endblock %} {% block breadcrumbs %}
  • {{ assessment }}/
  • Visualizations/
  • Create new /
  • {% endblock %} {% block content %}

    Create data pivot

    Two different types of data-pivots can be created. Please select the type you'd like to use:

    Option #1 (Query-based)

    Create a data-pivot based on querying information off the HAWC database for this assessment. Your settings will always be applied to this query; but it will contain the latest information from the database, so the visualization may change from time to time.

    Select Option #1

    Option #2 (Input-file)

    Create a data-pivot based on an uploaded file of data. Your settings will always be applied to the uploaded dataset; therefore the visualization will be constant, but will not use the latest information from the HAWC database.

    Select Option #2

    Option #3 (Copy from existing)

    Create a data-pivot based, using an existing data-pivot as a template.

    Select Option #3 {% endblock %}