Bronze 1
Since ‎09-07-2023
Monday

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

RobinShift4's Bio

Badges RobinShift4 Earned

View all badges

Recent Activity

I'm trying to use the LookerEmbedSDK to embed dashboards. LookerEmbedSDK.init(LOOKER_USE_EMBED_DOMAIN, { url: `MYURL/auth`, headers: [ {name:'authorization', value:`Bearer ${getStorageToken()}`}, {name: "Content-Type", value:"text/xml"}, ], withCrede...
I have a dashboard embedded in an iframe. I'm trying to add filters to it like so: let my_iframe = document.querySelector("#root > main > iframe") const eventPayload = JSON.stringify({ type: "dashboard:filters:update", dashboard_filters: { "Location"...