-
I have created a dashboard and added a Textbox to provide a link for downloading query results.
When I click on the created link, it redirects to a page displaying the following content: Although it appears to be an error page, refreshing the screen initiates the download of the CSV file. Is there a way to start the file download without redirecting to the error page? Redash version: v10.1.0 Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
i can confirm it also happens in
this is because the generated link doesn't have a the markdown-js lib has been out of maintenance for 5 years, see evilstreak/markdown-js#186 |
Beta Was this translation helpful? Give feedback.
i can confirm it also happens in
24.06.0-dev
this is because the generated link doesn't have a
target="_blank"
attributethe markdown-js lib has been out of maintenance for 5 years, see evilstreak/markdown-js#186
too bad we can't simply add
{: target="_blank"}