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 2023/01/04 06:51:22 UTC

[GitHub] [superset] wenqi73 commented on issue #8312: Render links in table charts

wenqi73 commented on issue #8312:
URL: https://github.com/apache/superset/issues/8312#issuecomment-1370544944

   Can use CONCAT in calculated columns to resolve this(https://preset.io/blog/understanding-superset-semantic-layer/):
   ```sql
   CONCAT('<a href="https://github.com/', host, '/issues/', '" target="_blank">', host, '</a>')
   ```


-- 
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