You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/filter-sort.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ API help](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_conc
35
35
36
36
To filter on a field, you need to specify the field name, an operator criteria and a value criteria.
37
37
38
+
**Note**: Ampersands and commas in filters are not supported by the rest api as they are used as delimiters.
39
+
38
40
### Operator criteria
39
41
40
42
The operator that you want to use for that field. For example, you can use the Equals operator to get everything from the endpoint that matches exactly.
0 commit comments