Hi Friends, Need your help urgently since I am stuck while using TABCMD export.
Before performing TABCMD I used to test the filters by passing the values inside URL (URL dynamic filtering).
Everything is work perfectly. But while using URL filtering some values are not getting filtered since the value I am giving contains & or , inside it. Tableau considers as multiple values when we use , and another filter when we use &
So my filter name is Interface and I give values like Interface=Link to Denver and it works perfectly. When I give Interface= Link TO AT&T PE then the filtering is not happening since I have & inside the value. Please advise how to sort this out
Something to try: use "URL encoding" - the URL for your AT&T example would look like this:
Interface= Link TO AT%26T PE
A quick Google search of "URL encoding" led to this list of URL Encoded characters, including %26 for &:
Hopefully TABCMD will work with URL encoding - let us know how it turns out.
-Steve