<?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=22420</link>
    <description>Recent content in Tableau Community Forums</description>
    <language>en</language>
    <pubDate>Wed, 06 Apr 2016 12:47:48 GMT</pubDate>
    <generator>Jive Engage 8.0.5.0  (http://jivesoftware.com/products/)</generator>
    <dc:date>2016-04-06T12:47:48Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>String to Date conversion returns Null</title>
      <link>https://community.tableau.com/thread/125765</link>
      <description>&lt;!-- [DocumentBodyStart:29c91a66-9c27-4e00-b004-6910ade4f19a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am connected live to Google BigQuery. I have a field [dayofpurchase] of string type and in the format of "DDMONYYYY: HH:MI:SS.000000". In Tableau, I created the following calculated field to get the format ready to be converted to date type:&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;MID([dayofpurchase],3,1)&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;+LOWER(MID([dayofpurchase],4,2))&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;+" "&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;LEFT([dayofpurchase],2)&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;+", "&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;+MID([dayofpurchase],6,4)&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;+" "&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;+MID([dayofpurchase],11,8)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;This displays fine as a string in the format "Mon DD, YYYY HH:MI:SS", but when I try to convert it using the DATETIME function, it returns Null values. I've tried a few variation of the date format, same result. Any idea? From reading and researching online, it seems like this might be a BigQuery issue. &lt;/p&gt;&lt;p&gt;Running the following query in BigQuery: &lt;em&gt;Select timestamp(dayofpurchase) from datatable;&lt;/em&gt; gave me Null values. I&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;s there any workarounds?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:29c91a66-9c27-4e00-b004-6910ade4f19a] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">type_conversion</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">string_to_date</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">google_bigquery</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">null_values</category>
      <pubDate>Wed, 06 Apr 2016 12:47:48 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/125765</guid>
      <dc:date>2016-04-06T12:47:48Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>tabcmd get packaged workbook with URL parameter</title>
      <link>https://community.tableau.com/thread/142881</link>
      <description>&lt;!-- [DocumentBodyStart:42dabb4d-8518-426b-be2e-2a35a02bf443] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #444444; font-family: Verdana, Geneva, sans-serif; text-align: justify;"&gt;I'm using tabcmd to export a workbook as twbx from the server to a shared drive and would like to restrict the data using URL parameters. &lt;span style="color: #444444; font-family: Verdana, Geneva, sans-serif; text-align: justify;"&gt;It works when I export a single view as pdf, png, etc. and here's the tabcmd I used:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;tabcmd get "views/RevPerWafer/RevPerWafer.pdf?Technology=28NM" -f "C:\Users\TYEN\Documents\RevPerWafer.pdf"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;Again, the above &lt;span style="color: #444444; font-family: Verdana, Geneva, sans-serif; text-align: justify;"&gt;works and is filtering the data as desired, but the result is a static, single view, whereas I'm looking for a packaged workbook that the user can open with Tableau Desktop or Reader. I've tried applying the same syntax for workbook:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;tabcmd get "workbook/RevPerWafer.twbx?Technology=28NM" -f "C:\Users\TYEN\Documents\RevPerWafer.twbx"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;This runs fine (returns a "Succeeded" message and I'm able to open the workbook), but is not restricting the data and I can still see the whole data set in the workbook.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;Is what I'm looking for possible? If so, how?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;Any suggestions or guidance is much appreciated! &lt;span aria-label="Happy" class="emoticon_happy emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-align: justify; color: #444444; font-family: Verdana, Geneva, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:42dabb4d-8518-426b-be2e-2a35a02bf443] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">url</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">filter</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">server</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">tabcmd</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">parameter</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">packaged_workbook</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">get</category>
      <pubDate>Mon, 12 May 2014 19:31:48 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/142881</guid>
      <dc:date>2014-05-12T19:31:48Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cascade Parameteres</title>
      <link>https://community.tableau.com/thread/125885</link>
      <description>&lt;!-- [DocumentBodyStart:4ef11cc1-7ec0-4cb0-8ac4-2ae2bacb0f9f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm building a dashboard that has multiple data sources, and therefore requires parameters (instead of filters) to filter across all data sources. In my data, I have a Product Item hierarchy, which has the structure Category &amp;gt; Group &amp;gt; Subgroup. I'd like to have parameters for the Item hierarchy, in a cascading manner, i.e. selecting a Category will reduce the selection lists for Group and Subgroup to values relevant only to the selected Category. From reading the forum, it seems like this feature can only be applied when using filters, is that true? If so, is there any workarounds?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4ef11cc1-7ec0-4cb0-8ac4-2ae2bacb0f9f] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">filter</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">hierarchy</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">parameters</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">cascade</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">cascading_parameters</category>
      <pubDate>Fri, 10 May 2013 13:56:47 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/125885</guid>
      <dc:date>2013-05-10T13:56:47Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Quarterly Sales Comparison</title>
      <link>https://community.tableau.com/thread/125916</link>
      <description>&lt;!-- [DocumentBodyStart:1450f55f-8e21-4574-b41b-6b15d0bbc91e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to compare quarterly sales with a bullet graph, much like the Sales Sample Workbook that came with Tableau (image attached), but instead of annual sales, I'm doing it by quarter. In the attached workbook, you can see that I've created something similar, but it's not exactly what I want. The graph I have right now displays Previous Quarter Sales as the bars and Current Quarter Sales as the lines, which is opposite of what I'm looking for. Ideally, I would like to have Current Quarter Sales on the bars and Previous Quarter Sales the lines. When I tried swapping the two pills, i.e. having Current on Columns and Previous on the Marks shelf, I can't quite recreate the bullet graph that I have right now. Does anyone know why that is and how I can get the display I want?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Any help and suggestions are welcome. Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1450f55f-8e21-4574-b41b-6b15d0bbc91e] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">bullet_graph</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">quarter_sales</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">sales_growth</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">quarter_over_quarter</category>
      <pubDate>Tue, 07 May 2013 17:26:15 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/125916</guid>
      <dc:date>2013-05-07T17:26:15Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Hour Display Format on the Axis</title>
      <link>https://community.tableau.com/thread/125791</link>
      <description>&lt;!-- [DocumentBodyStart:b5909e5a-7899-4079-85f0-44a74feeb70a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a Heat Map that shows sales trend for a particular week day at a particular time of the day (see first image). Now the Hours on the x-axis is displayed in Military Time, 0 through 23. I would like to have it in standard AM/PM format. I tried following this for Custom Date Formats: &lt;a class="jive-link-external-small" href="https://community.tableau.com/external-link.jspa?url=http%3A%2F%2Fkb.tableausoftware.com%2Farticles%2Fknowledgebase%2Fformatting-numbers-and-dates" rel="nofollow" target="_blank"&gt;http://kb.tableausoftware.com/articles/knowledgebase/formatting-numbers-and-dates&lt;/a&gt;, but couldn't find the Scale shelf when I click on Format for Hour (see second image). Help!&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-208854-6522/timevsweekday.PNG"&gt;&lt;img alt="timevsweekday.PNG" class="jive-image-thumbnail jive-image" height="231" onclick="" src="https://community.tableau.com/servlet/JiveServlet/downloadImage/2-208854-6522/450-231/timevsweekday.PNG" style="" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://community.tableau.com/servlet/JiveServlet/showImage/2-208854-6523/hourformat.PNG"&gt;&lt;img alt="hourformat.PNG" class="jive-image" height="636" src="https://community.tableau.com/servlet/JiveServlet/downloadImage/2-208854-6523/hourformat.PNG" style="" width="198"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b5909e5a-7899-4079-85f0-44a74feeb70a] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">date</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">format</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">display</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">hour</category>
      <pubDate>Wed, 01 May 2013 20:26:23 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/125791</guid>
      <dc:date>2013-05-01T20:26:23Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

