Using Special Characters in Tableau URL Parameters
The issue can be resolve by:
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.
- 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):
! * ' ( ) ; : @ & = + $ , / ? # [ ]
I think there is a need to learn more about some very good and interesting posts about Tableau in order to gain a large chunk of knowledge.
ReplyDeleteTableau Rest Api Connection