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/06 03:15:41 UTC

[GitHub] [superset] moksh-enf commented on issue #8312: Render links in table charts

moksh-enf commented on issue #8312:
URL: https://github.com/apache/superset/issues/8312#issuecomment-1373090810

   > 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>')
   > ```
   
   
   That will work for a Normal table but wont work for a Pivot Table


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