andrewscarani opened a new issue #15563:
URL: https://github.com/apache/superset/issues/15563
**Is your feature request related to a problem? Please describe.**
Adding clickable links into table charts is a bit cumbersome, as it requires
you to create a calculated columns with an HTML-formatted link like so:
`CONCAT('<a href="', url, '" target="_blank">', content, '</a>')`
This is a bit intimidating and technical for many BI users who simply want
to create a quick chart.
**Describe the solution you'd like**
It would be great to add a checkbox option to the Table Chart that allows
for automatic url detection of a column. If the column's value is detected to
be a url, it should be formatted as such by automatically turning it into an
HTML link.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]