Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tableau for Confluence in Cloud does not support the Trusted Authentication model that existed in Tableau for Confluence - Pro. This means your users will need to authenticate with Tableau in order for visualizations to render instead of us doing this on the back-end.

Changed parameters

Old Parameters

Replacement Parameters

Manual Migration Steps

Example

Workbook and View

Image Modified

URL

Image Modified

Copy and paste the full URL from the “Share” dialog

Image ModifiedImage Modified

Given this public Viz:

https://public.tableau.com/en-us/gallery/joy-around-world?tab=viz-of-the-day&type=viz-of-the-day


Clicking the Share button gives this URL:

Code Block
https://public.tableau.com/views/Joyaroundtheworld/Joyaroundtheworld?:language=en&:display_count=y&mobile=&:origin=viz_share_link

Parameter as key-value pairs

Image Modified

Parameter as unified field

Image Modified

Combine the key-value pairs using URL query format:

  1. Join each pair with “=”

  2. Join all pairs with “&”

Given:

param1 value1
param2 value2

Change to:

param1=value1&param2=value2

Title, Interactive, Button, Refresh

These parameters were present to support non-interactive mode, which is now unsupported (see above).

n/a

n/a