<?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=21185</link>
    <description>Recent content in Tableau Community Forums</description>
    <language>en</language>
    <pubDate>Wed, 10 Apr 2013 19:41:08 GMT</pubDate>
    <generator>Jive Engage 8.0.5.0  (http://jivesoftware.com/products/)</generator>
    <dc:date>2013-04-10T19:41:08Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Creating a Dimension that is a list of all dates in Q2 2013</title>
      <link>https://community.tableau.com/thread/125144</link>
      <description>&lt;!-- [DocumentBodyStart:6677d3f8-ccb9-4f2f-826c-c0ac8d5cd3b1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm making a target line to compare our actual numbers vs. projected. However, I would like the projected line to project out to the end of Q2 (June 30, 2013) and as of now it is only showing up to today. Is there a way to make a dimension that contains all date values for Q2 2013 that I could use in the calculated field calculation for the target line?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6677d3f8-ccb9-4f2f-826c-c0ac8d5cd3b1] --&gt;</description>
      <pubDate>Wed, 10 Apr 2013 19:41:08 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/125144</guid>
      <dc:date>2013-04-10T19:41:08Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Placing target line on same graph as live-updating values</title>
      <link>https://community.tableau.com/thread/125141</link>
      <description>&lt;!-- [DocumentBodyStart:e532a8d8-0ccd-48e3-9324-257875cc5277] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a measure (tshirts) that I would like to track on a line graph against a calculated field that represents the tshirt goal for Q2 2013. I have created the calculated field using this calculation:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;68861 + MAX(DATEDIFF('day',#April 1, 2013#,[DateAson]))*12.51648&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Adding 12.51 tshirts per day (from total of 68861 on April 1) will get us to our Q2 goal of 70,000 tshirts on June 30, 2013. DateAson is the date that feeds through from the DB for every record.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I would like these lines to show up on the same graph. I can't get it to work with a reference line.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e532a8d8-0ccd-48e3-9324-257875cc5277] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">totals</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">total</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">graph</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">targets</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">goal</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">graphing</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">target</category>
      <pubDate>Wed, 10 Apr 2013 18:26:31 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/125141</guid>
      <dc:date>2013-04-10T18:26:31Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using boolean dimensions in calculated fields??</title>
      <link>https://community.tableau.com/thread/124745</link>
      <description>&lt;!-- [DocumentBodyStart:fafe576c-0f1f-4f89-a126-1f3b32102f1d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have three boolean dimensions (silver, gold, platinum) that determine how much a customer pays for my service. Each level costs an additional $1 on top of the $5 base charge. I would like to create a calculated field (billing amount) that checks to see whether each boolean dimension is true or false and then calculates the price depending on the result. [Subscriptions] is a measure.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I tried to do:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;IF [Silver]= "TRUE" and [Gold]= "TRUE" and [Platinum]= "TRUE" THEN [Subscriptions]*8&lt;/p&gt;&lt;p&gt;ELSEIF [Silver]= "TRUE" and [Gold]= "TRUE" and [Platinum]= "FALSE" THEN [Subscriptions]*7&lt;/p&gt;&lt;p&gt;ELSEIF [Silver]= "TRUE" and [Gold]= "FALSE" and [Platinum]= "FALSE" THEN [Subscriptions]*6&lt;/p&gt;&lt;p&gt;ELSEIF [Silver]= "FALSE" and [Gold]= "FALSE" and [Platinum]= "FALSE" THEN [Subscriptions]*5&lt;/p&gt;&lt;p&gt;END&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;This does not work. How do I make the calculation test the boolean dimensions to see whether they return TRUE or FALSE?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fafe576c-0f1f-4f89-a126-1f3b32102f1d] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">calculated</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">field</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">boolean</category>
      <pubDate>Wed, 27 Mar 2013 17:52:16 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/124745</guid>
      <dc:date>2013-03-27T17:52:16Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

