tesseract-olap / tesseract-ui

Interface for exploration/debugging of tesseract cube servers.
MIT License
5 stars 1 forks source link

Disable Execute Query Button for Invalid Queries #37

Closed greenrhyno closed 2 years ago

greenrhyno commented 2 years ago

Issue

Currently, there is nothing in the navigation panel to alert users to the fact that queries can only be made when there is at least one selected measure and one selected drilldown. For new users, this can be confusing.

Proposed Solution

Disable the Execute Query button when the current query is not valid and, when a user hovers over the button, display a message about why the current query is invalid.