{% extends "loginheader.html" %} {% block body %}
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %}
{% if workbookscount >= 1 %}

Workbooks

{% for row in workbooks: %}

{{ row[:-4] }}

{% endfor %}

Datasources

{% for row in datasources: %}

{{ row }}

{% endfor %}

Fields

{% for row in fields: %} {% if row[-4:] == '|||Y' : %}

{{ row[:-4] }}

{% else: %}

{{ row[:-3] }}

{% endif %} {% endfor %}

Formulas

{% for row in calcfields: %}

{{ row }}


{% endfor %}

Workbook Details (click to download)

{% for row in twbcsvdictdedup: %} {{ row[0] }} {% endfor %}

TabR-Tool Usage Chart

{% else %}

Welcome {{ session.username }}

Get Started with TabR-Tool - the most sophisticated validation tool for Tableau Workbooks.

Learn how to audit Tableau Dashboards for Datasources, Fields and Transformations.


Easily parse thru the Tableau Dashboards to review and making sure the Business Rules and logic are as per the requirements.

Search thru the dashboards for datasources and attributes used.

TabR-Tool

The Workbooks shown in the above ppt are downloaded from Tableau Public.

{% endif %}
{% endblock %}