Inputs
Uploading a file replaces the server-side default of the same type.
Ready to run
Use the Run analysis button in the top-right. Reports will appear on the right.
{% if report1_data %}
{% else %}
{% endif %}
| Zip | Customers | Distances |
|---|---|---|
{{ row.zipcode }} |
{{ row.customers }} | {{ row.distances }} |
No distance report yet
Run the analysis to generate
report1.txt.
{% if report2_data %}
{% else %}
{% endif %}
| Distance | Customers |
|---|---|
{{ row.distance }} |
{{ row.customers }} |
No distribution report yet
Run the analysis to generate
report2.txt.
{% if error_data %}
{% else %}
{% endif %}
{{ error_data|join('') }}
No error log yet
After a run,
errorfile.txt shows here.