Last Modified Date: 20 Jul 2023
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.Additional Information
- The error varies depending on the browser and special character being used.
- Network Working Group: Uniform Resource Identifiers (URI): Generic Syntax - 2.2. Reserved Characters.
According to the above resource, the following characters are "reserved" (likely to cause errors in URLS unless encoded):
! * ' ( ) ; : @ & = + $ , / ? # [ ]
Thank you for providing your feedback on the effectiveness of the article.
Open new Case
Continue Searching
Knowledge Base
Community
Product Help
Training and Tutorials
Related Links
Trending Articles
Results 1-3 of 49