Create clickable links for dimensions
See original GitHub issueDescription
If I have a dimension with a Hubspot id or a GitHub pull request, I’d like to be able to click the dimension value and be linked to an external website for that resource!
E.g. something like this in the .yml files:
columns:
name: screen_id
meta:
dimension:
url: "github.com/lightdash/screens/${screen_id}"
- you can add constants for the URL
- OR you can add some variable for the URL (e.g. here, I added the
screen_id
to the end of the URL)
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:21 (12 by maintainers)
Top Results From Across the Web
Create or edit a hyperlink - Microsoft Support
The fastest way to create a basic hyperlink in a Microsoft 365 document is to press ENTER or the SPACEBAR after you type...
Read more >HYPERLINK - Looker Studio Help - Google Support
The HYPERLINK function creates Hyperlink and Image Link fields in your data source. ... Image Link fields display clickable images in tables.
Read more >Creating hyperlinked button dimensions - Looker Community
Was looking for a way to improve UX for end users when creating dimensions that link to other URLs and explores.
Read more >Beyond Blue Links: Making Clickable Elements Recognizable
Focus on content hierarchy within the page. Avoid having many colorful boxes of different sizes on a page. People have difficulty picking out ......
Read more >How To Make Clickable Links Tutorial
Most websites and internet media applications have fairly intuitive interfaces that make creating clickable text and graphic links easy to do.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome! So if it’s in the context menu, let’s go with the multiple urls approach? Where it doesn’t actually change the formatting of the dimension but will add some actions you can take from the context menu.
We’ll also have to add that along with the other context menus on charts etc.
@Martin-Carlsson The user can always use SQL to achieve such advanced use cases. SQL handles logic and we handle formatting.
E.g: