Versions Compared

Key

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

...

Old Parameters

Replacement Parameters

Manual Migration Steps

Example

Workbook and View

URL

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

Image Added

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

Parameter as unified field

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