Skip to content

Commit

Permalink
Update insights_data.view.lkml
Browse files Browse the repository at this point in the history
adjusted the dashboard links to use self referencing language instead of url
  • Loading branch information
emilydetmer authored Oct 27, 2021
1 parent bb0ae80 commit c1919e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/insights_data.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ view: insights_data {
sql: ${TABLE}.agentId ;;
link: {
label: "Agent Performance Dashboard"
url: "https://nydmvtest.cloud.looker.com/dashboards-next/5?Agent+ID={{ value}}&Import+Date={{ _filters['insights_data.load_date'] | url_encode }}&Start+Date={{ _filters['insights_data.start_date'] | url_encode }}&Type={{ _filters['insights_data.type'] | url_encode }}&Client+Sentiment+Category={{ _filters['insights_data.client_sentiment_category'] | url_encode }}"
url: "/dashboards-next/insights_demo::agent_performance?Agent+ID={{ value}}&Import+Date={{ _filters['insights_data.load_date'] | url_encode }}&Start+Date={{ _filters['insights_data.start_date'] | url_encode }}&Type={{ _filters['insights_data.type'] | url_encode }}&Client+Sentiment+Category={{ _filters['insights_data.client_sentiment_category'] | url_encode }}"
}
}

Expand Down Expand Up @@ -72,7 +72,7 @@ view: insights_data {
sql: ${TABLE}.conversationName ;;
link: {
label: "Conversation Lookup Dashboard"
url: "https://nydmvtest.cloud.looker.com/dashboards-next/4?Conversation+Name={{ value}}"
url: "/dashboards-next/insights_demo::conversation_lookup?Conversation+Name={{ value}}"
}
}

Expand Down

0 comments on commit c1919e6

Please # to comment.