<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Content in Tableau Community Forums</title>
    <link>/profile-content.jspa?filterID=contentstatus[published]&amp;targetUser=42917</link>
    <description>Recent content in Tableau Community Forums</description>
    <language>en</language>
    <pubDate>Wed, 29 Jul 2015 22:49:45 GMT</pubDate>
    <generator>Jive Engage 8.0.5.0  (http://jivesoftware.com/products/)</generator>
    <dc:date>2015-07-29T22:49:45Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Filemaker Data Issue</title>
      <link>https://community.tableau.com/thread/147425</link>
      <description>&lt;!-- [DocumentBodyStart:6545d302-b710-4954-930f-6a63a0a0f1e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I am trying to connect Filemaker 13 with Tableau 8.2,8.1 using ODBC. I am able to connect but when I am writing any SQL or just dragging any table to the editor, Its able to fetch the column names of the table but not the data. For data its giving me syntax error "Enclosing the snapshot".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a href="https://community.tableau.com/servlet/JiveServlet/showImage/2-291521-20350/Screen+Shot+2014-08-17+at+2.42.45+pm.png"&gt;&lt;img alt="Screen Shot 2014-08-17 at 2.42.45 pm.png" class="image-1 jive-image" height="533" src="https://community.tableau.com/servlet/JiveServlet/downloadImage/2-291521-20350/Screen+Shot+2014-08-17+at+2.42.45+pm.png" style="height: 263px; width: 620px;" width="1257"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;In the above snapshot, I am able to browse tables and get the "Candidate" Table. Its showing me all the columns of the table but when I click "Update Now" button, it giving me the above error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I tried to use the same odbc with "Toad Client", I am able to get the data with the same ODBC.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Please suggest.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6545d302-b710-4954-930f-6a63a0a0f1e9] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">filemaker</category>
      <pubDate>Wed, 29 Jul 2015 22:49:45 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/147425</guid>
      <dc:date>2015-07-29T22:49:45Z</dc:date>
      <clearspace:dateToText>3 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Tableau server and wordpress</title>
      <link>https://community.tableau.com/thread/148498</link>
      <description>&lt;!-- [DocumentBodyStart:6292d3e3-94db-44dd-88de-23ad32a23208] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Experts,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I am working on a wordpress website where I have to setup a trusted connection to the tableau server using php. I followed the tableau examples and it was working fine outside wordpress..&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;In wordpress, I can't find how to use PECL_HTTP so below command&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;span&gt;http_parse_message(http_post_fields("&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://$wgserver/trusted" rel="nofollow" target="_blank"&gt;http://$wgserver/trusted&lt;/a&gt;&lt;span&gt;", $params))-&amp;gt;body;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;is not working. I have figured out that wordpress have wp_remote_post method that I can use. When I am using this method, its always returns me -1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have added my server ip in the trusted list.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Please help&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;lt;?php &lt;/p&gt;&lt;p&gt;if ( is_user_logged_in() ) {&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; $GLOBALS['TABLEAU_SERVER_IP'] = '&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://xx.xx.xxx.xx';" rel="nofollow" target="_blank"&gt;http://xx.xx.xxx.xx';&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; $fields= array(&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 'username' =&amp;gt; 'tableauuser',&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 'client_ip' =&amp;gt; 'yy.yy.yyy.yy'&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; );&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;span&gt;echo wp_remote_retrieve_header(wp_remote_post("&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://xx.xx.xxx.xx/trusted" rel="nofollow" target="_blank"&gt;http://xx.xx.xxx.xx/trusted&lt;/a&gt;&lt;span&gt;",$fields));&lt;/span&gt;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;?&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6292d3e3-94db-44dd-88de-23ad32a23208] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">trusted_ticket</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">trusted_authentication</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">wordpress.org</category>
      <pubDate>Thu, 11 Sep 2014 06:07:14 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/148498</guid>
      <dc:date>2014-09-11T06:07:14Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Filemaker string fields as NULL</title>
      <link>https://community.tableau.com/thread/147836</link>
      <description>&lt;!-- [DocumentBodyStart:7b015c36-b489-4e25-81ea-58c7e4e18127] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Experts,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have connected tableau using filemaker odbc drivers. Now I am facing issue that all the string fields in filemaker are populating as NULL in tableau. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I Tried to used toad for connecting the odbc, I can able to see proper values in toad, so the problem is with tableau connection only.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Appreciate your expert advice.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;versions:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Tableau: 8.2&lt;/p&gt;&lt;p&gt;Filemaker Pro 13&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7b015c36-b489-4e25-81ea-58c7e4e18127] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">tableau</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">filemaker</category>
      <pubDate>Tue, 26 Aug 2014 12:27:55 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/147836</guid>
      <dc:date>2014-08-26T12:27:55Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

