You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/06 23:25:22 UTC

[GitHub] [superset] andrewscarani opened a new issue #15563: URL Detection and Formatting for Table Chart

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc commented on issue #15563: URL Detection and Formatting for Table Chart

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #15563:
URL: https://github.com/apache/superset/issues/15563#issuecomment-875156836


   good idea! would love to implement this feature in the future.
   community, please upvote by replying "+1" in the thread if you would like to see this feature 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org