LoginSignup
0
0

More than 1 year has passed since last update.

Tableau CRMのバグ?

Posted at

Interaction Chart in component.

Interaction Chart in component.

image.png

This is something we are aware of and have a bug for.

You have two workarounds:

  1. You can create the same interaction without using components, just with a chart on your dashboard and using the interaction there. I know this is defeating the purpose of reusability so it is a matter of priority.

  2. You can hack it to make it work by making the destinationType: page in your component and add a placeholder page. Then when bringing the component to the dashboard and creating the interaction, modify the JSON directly using CMD+E: to match something similar to this:

"destinationLink": {
                            "name": "Dashboard_name",
                            "pageName": "Dashboard_page"
                        },
                        "destinationType": "component"
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0