Bronze 2
Since ‎03-29-2023
‎03-19-2024

My Stats

  • 5 Posts
  • 2 Solutions
  • 2 Likes given
  • 3 Likes received

Javed_Hussain's Bio

Badges Yaza_w Earned

View all badges

Recent Activity

I have a dimension with a link and an html tag to add a tooltip as follows. dimension: price { type: number value_format: "0.00" link: { label: "LABEL HERE" url: "SOME_URL_HERE" } sql: ${TABLE}."price" ;; html: {<!-- -->{linked_value }} ;; } The issue is th...
I have a dimension with a link that is used to route to another page. Also, I would like to add a tooltip on the same dimension. As mentioned in this question we can add a tooltip using html anchor so I ended up with the following, however now the to<!-- -->...
Can I extend a view and use one of its dimensions in derived table sql query?Here is an example of what I am trying to do, where timerange_start is a dimension from the extended view timerangeview: derived_table_view { extends: [timerange] derived_ta...
Likes from