KNOWLEDGE BASE

Unable to Use Special Characters in URL Parameters


Published: 12 Apr 2013
Last Modified Date: 20 Jul 2023

Issue

When you try to use special characters in URL parameters, the URL parameter might not do anything, or an error might occur.

Environment

  • Tableau Server
  • URL parameters

Resolution

Use one of the following workarounds:
  • Replace the special character with the URL encoding sequence for backslash (\) (%5c) followed by the URL encoding sequence for the special character. The backslash is needed to escape the special character. For example, the URL encoding sequence for backslash and comma (\,) is %5c%2c. For more information, see Add Filters to Embed Code.
  • In the data source, separate comma-delimited field values into separate columns that can be filtered independently.
  • In Tableau Desktop, use a calculated field to replace the special characters, such as commas or spaces, with hyphens (-).

Cause

The browser cannot parse the special characters used in the URL.
Did this article resolve the issue?