{% block css_imp %} {% endblock %}
Toggle navigation
olapy
{% if current_user.is_authenticated %}
Signed as :
{{ user.username }}
User Profile
Settings
Logout
{% else %}
Login
{% endif %}
Execute Query
Query Builder
Statistics
{% if current_user.username == 'admin' %}
LOGS
{% endif %}
{% block page_header %} Execute Query {% endblock %}
{% block stats %}
{{ form.hidden_tag() }}
{% block mdx_place %} {% endblock %}
Bar Chart Example
Actions
Export to Excel
{% block table_result %} {% endblock %}
{% block cube_name %} {% endblock %}
{% block tree_cube %} {% endblock %}
{% endblock %}
{% block js_t %} {% endblock %}