<?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=4991</link>
    <description>Recent content in Tableau Community Forums</description>
    <language>en</language>
    <pubDate>Wed, 09 May 2012 15:24:55 GMT</pubDate>
    <generator>Jive Engage 8.0.5.0  (http://jivesoftware.com/products/)</generator>
    <dc:date>2012-05-09T15:24:55Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Apache Hive Driver issue using CDH3</title>
      <link>https://community.tableau.com/thread/117907</link>
      <description>&lt;!-- [DocumentBodyStart:2d8a0eba-3dce-478b-be98-ca236b34c848] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;&amp;#160; We just had an issue with a machine where we tried to install the CDH3 ODBC driver.&amp;#160; See the attached image... Basically, we installed the driver (see the directory in the background), however it is not showing up in the ODBC source administrator.&amp;#160; This is a Windows 7 box that we were able to produce the behavior on.&amp;#160; Anyone come across a fix for this?&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;p&gt;Jonathan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2d8a0eba-3dce-478b-be98-ca236b34c848] --&gt;</description>
      <pubDate>Wed, 09 May 2012 15:24:55 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/117907</guid>
      <dc:date>2012-05-09T15:24:55Z</dc:date>
      <clearspace:dateToText>7 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Wildcard limitation?</title>
      <link>https://community.tableau.com/thread/115316</link>
      <description>&lt;!-- [DocumentBodyStart:484ea7bf-4210-4762-9d6b-b941883524b8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;&amp;#160; We've been using Tableau with great success with some awesome workbooks the last 1.5 years, but I just ran into something I can't seem to get around.&amp;#160; Wildcard filters seem to work for contains queries, but is there a way use true wildcarding / regex for a filter? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;IE: I have a parameter that I use for a bool check on a filter to determine which data to display.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;For the simplicity of explanation, suppose this parameter is looking at a country name field (it isn't, but this exposes the challenge) and there are many different variants of the name Morocco.&amp;#160; In the dataset, suppose we have:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Maracco&lt;/p&gt;&lt;p&gt;Morocco&lt;/p&gt;&lt;p&gt;Moracco&lt;/p&gt;&lt;p&gt;Marocco&lt;/p&gt;&lt;p&gt;Moracca&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I need to be able to search on M*R*CC* and have it filter to show all the variants above, but nothing else...&amp;#160; Our situation is actually far more magnified than this simple country example (we actually have on the order of 100+ variants&amp;#160; per search) and the running entity resolution beforehand won't work either (what we have aren't mispellings and are intended to be this way... instead think an encoded GUID where each digit position in the guid is meaningful) as we actually want to pull up all the original representations (as they each mean something different)... and we can't just break out the digit positions into their own dimensions - we can't do that either as the digit positions vary :) (*sigh*)...&amp;#160; Fortunately, the encoding is such that we can use vowels and non-vowels much like the Morocco search above, so if we can get that to work, we're in good shape.&amp;#160; If we have to, I guess we can pre-process everything beforehand and make whole new column mapping all variants to all possible searches, but that would be bordering on insane levels of denormalization that we would rather not explore if we can just get the wildcards above to work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;If there is a way to do this, how would I then wire that up through the condition filter I have set up for that parameter?&amp;#160; IE: right now, the best I can do is Contains(UPPER([Field1]), UPPER([Parameter1]))... is there an equivalent to Wildcard(UPPER([Field1]),UPPER([Parameter1]), '*') or something?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Also, a completely separate question to post... any word on a 64 bit thick client version being released?&amp;#160; We have some extremely large workbooks with ~100GB of data that work great, but always run out of RAM on the 4GB 32 bit limit (and we've got well over 100GB RAM)...&amp;#160; I know we have to be careful not to draw too many points on the screen for visualization (else the visualization becomes a mess and is worthless), but we've pretty well solved that display problem through careful filtering, pre-computing all data before Tableau, and other techniques to aim the gun away from foot... now we just need the "running low on memory crashes" to go away - so I was just curious if it was in the works :)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Tableau rocks - thanks!&lt;/p&gt;&lt;p&gt;-Jonathan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:484ea7bf-4210-4762-9d6b-b941883524b8] --&gt;</description>
      <pubDate>Wed, 04 Jan 2012 01:46:21 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/115316</guid>
      <dc:date>2012-01-04T01:46:21Z</dc:date>
      <clearspace:dateToText>7 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

