Vaibhav Najan
Vaibhav Najan

Reputation: 11

Embedding Contour using iframe to filter data from workshop

How to filter contour dashboard which is embedded using iframe ? I know we need to modify contour link to filter but don't know how to do that exactly.

I expect to filter contour dashboard when I apply certain filters on workshop

Upvotes: 0

Views: 207

Answers (1)

ZettaP
ZettaP

Reputation: 1359

Assuming you have a Contour Dashboard parameterized, you can generate a URL to pass values of parameters in the "parameter" tab, in Contour.

enter image description here

You can then use this URL in Workshop, and generate/inject the value of the parameters like a string.

Note that you can't pass data (like rows or Objects) from Workshop to Contour. Contour operates on datasets and Workshop on Objects.

You should look into Quiver in order to achieve what you seem to want to achieve: allow users to continue their analysis from Workshop, with the full flexibility of a dedicated analytics tool, but bootstrapped from Workshop. Specifically, you are looking for Quiver Embedded in Workshop where variables containing Objects, etc. can be shared bi-directionally (Quiver => Workshop and Workshop => Quiver).

Upvotes: 0

Related Questions