<?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=20973</link>
    <description>Recent content in Tableau Community Forums</description>
    <language>en</language>
    <pubDate>Wed, 11 Dec 2013 06:37:42 GMT</pubDate>
    <generator>Jive Engage 8.0.5.0  (http://jivesoftware.com/products/)</generator>
    <dc:date>2013-12-11T06:37:42Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>How to display percent difference (YoY by quarter) table calc without a line break</title>
      <link>https://community.tableau.com/thread/136565</link>
      <description>&lt;!-- [DocumentBodyStart:deba7f6a-7382-4ef7-a94f-2575f2ecb0ae] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'd like to show a continuous line chart where each point represents growth year over year for the quarter.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I can achieve this using a table calculation that partitions using date, but I cannot find a way to do this without breaking up the line chart into year chunks. I know this relates to discrete vs continuous dimensions but I'm not sure how (or if) I can perform this another way.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Here's how I'm setting up the table calculation and the result I'm achieving. I would prefer the line to be continuous and not segmented by year&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-244204-12533/pastedImage_2.png"&gt;&lt;img alt="" class="jiveImage" height="274" src="https://community.tableau.com/servlet/JiveServlet/downloadImage/2-244204-12533/pastedImage_2.png" style="width: auto; height: auto;" width="490"/&gt;&lt;/a&gt;&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-244204-12532/pastedImage_1.png"&gt;&lt;img alt="" class="jiveImage" height="900" src="https://community.tableau.com/servlet/JiveServlet/downloadImage/2-244204-12532/pastedImage_1.png" style="width: 620px; height: 388px;" width="1440"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:deba7f6a-7382-4ef7-a94f-2575f2ecb0ae] --&gt;</description>
      <pubDate>Wed, 11 Dec 2013 06:37:42 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/136565</guid>
      <dc:date>2013-12-11T06:37:42Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Top 10 (n) of the bottom 20% (if greater than $100k)</title>
      <link>https://community.tableau.com/thread/125770</link>
      <description>&lt;!-- [DocumentBodyStart:49da44d0-b665-48f4-9cfb-d096b4134ec5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've been scouring the help board for pre-existing answer but can't seem to find one. The precise words to accurately describe this issue are also eluding me (interim ranking?)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have a data set with business partner revenues by city. (image below) I've managed to use various table calcs (running sums and index) to isolate the top performers representing 80% of revenues vs the bottom performers representing remaining 20% of revenues.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I am now looking to create a view that isolates the "top of the bottom" performers... and only have them appear if their revenues exceed a certain dollar threshold. Since this info feeds through to a dashboard, and since different cities have different numbers of partners, the ability to do this in a dynamic automated way is proving too complex for me to solve on my own. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I feel certain the right combination of FIRST(), LAST(), or SIZE() or some other table cal should be able to do the trick. I just don't understand them well enough to ferret out the answer. I'm not beholden to any one solution, but here's a brief description of what I have in place so far:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;To ascertain bottom 20% status, I have two calculations, the second draws on the first to create a true/false:&lt;/p&gt;&lt;p&gt;1)&amp;#160;&amp;#160; "Ptr 2012 Running Sum" = RUNNING_SUM(SUM([Revenues])) / TOTAL (SUM([Revenues]))&lt;/p&gt;&lt;p&gt;2)&amp;#160;&amp;#160; "Is Top 80%" =&amp;#160; [Ptr 2012 Running Sum]&amp;lt;.80&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I threw the 2nd one into my filters and selected "false"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I then isolated the portion of the bottom 20% with over $100k revenues using another table calc:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;LOOKUP(sum([Revenues]),0)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;put this into filters and select "at least" 100k&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;However, I cannot figure out how to take the remaining info and systematically isolate just the top 10 partners within this criteria. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Using a top 10 filter for revenue on the "partner name" dimension doesn't work because it preempts the table calculations. &lt;/li&gt;&lt;li&gt;And since the starting rank/number of both the first and last partners in the "bottom 20%" set changes between cities, I can't figure out how to nail down something that is dynamically referential to work with.&lt;/li&gt;&lt;/ul&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;Bottom 20% partners and their revenues in City A: (top 80% partners, and bottom 20% ptrs with revenues below $100k already filtered out...) &lt;/p&gt;&lt;p&gt;&lt;a href="https://community.tableau.com/servlet/JiveServlet/showImage/2-208734-6504/pastedImage_3.png"&gt;&lt;img class="jiveImage" height="692" src="https://community.tableau.com/servlet/JiveServlet/downloadImage/2-208734-6504/pastedImage_3.png" style="width: 493px; height: 692px;" width="493"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:49da44d0-b665-48f4-9cfb-d096b4134ec5] --&gt;</description>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">index</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">calculation</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">table</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">table_calculations</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">lookup</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">ranking</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">top_n</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">multiple_filters</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">middle_n</category>
      <category domain="https://community.tableau.com/tags#/?containerType=14&amp;container=2003">filter_criteria</category>
      <pubDate>Fri, 03 May 2013 13:33:22 GMT</pubDate>
      <author>tableaucommunity@tableau.com</author>
      <guid>https://community.tableau.com/thread/125770</guid>
      <dc:date>2013-05-03T13:33:22Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

