-
1. Re: I have tableau issue displaying right report when I am loading it first time.
diego.medrano Sep 25, 2015 7:37 PM (in response to Irina Dvorkina)Hey Irina,
I've moved this post over to the Javascript API section of our Community where you'll be more likely to receive a response.
Thanks,
-Diego
-
2. Re: I have tableau issue displaying right report when I am loading it first time.
Bill LyonsSep 25, 2015 8:32 PM (in response to Irina Dvorkina)
1 of 1 people found this helpfulI'm no expert in the Javascript API, but the blue portion of the URL provided in this example does not look at all like anything I have seen in any Tableau Javascript examples, and certainly not in any of my working code. URL filters are for when using a URL directly via the browser. And, when applying a filter in a URL in a browser, you would need to include the %20 to replace the space in the filter field name. When using the Javascript API, you need to use the applyFiltersAsync() and related functions to apply a filter.
I'm sure someone will correct me if I'm wrong.
-
3. Re: I have tableau issue displaying right report when I am loading it first time.
Irina Dvorkina Sep 28, 2015 8:01 AM (in response to Bill Lyons)This issue were resolved with Tableau server upgrade to version 9.05 and with upgrade tableau API to version 2.0.0. No any code changes! Thank you!