You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I have two problems related to this feature:
First, when using the example "Welcome to Briefer," I clicked on the "Download as CSV" button for the first query. The loading took a while and then returned the message "Something went wrong."
This is because I hadn’t run the query. The button should be disabled in this scenario and display a message like "Please run the query."
Second, when using a personal database in an SQL block, my "Download as CSV" button didn’t appear, as you can see in the screenshot below.
In the "Welcome to Briefer" example, the div containing the button looks like this:
But when I use my personal database, it appears as follows:
Current workaround: Change "relative hidden" to just "relative," and the button appears. It works as expected, and the CSV downloads correctly.
The text was updated successfully, but these errors were encountered:
Currently, I have two problems related to this feature:
First, when using the example "Welcome to Briefer," I clicked on the "Download as CSV" button for the first query. The loading took a while and then returned the message "Something went wrong."
This is because I hadn’t run the query. The button should be disabled in this scenario and display a message like "Please run the query."
Second, when using a personal database in an SQL block, my "Download as CSV" button didn’t appear, as you can see in the screenshot below.
In the "Welcome to Briefer" example, the div containing the button looks like this:
But when I use my personal database, it appears as follows:
Current workaround: Change "relative hidden" to just "relative," and the button appears. It works as expected, and the CSV downloads correctly.
The text was updated successfully, but these errors were encountered: