<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bar chart -sum of total sales minus sales of first bar in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338726#M96065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Change to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;GetSelectedCount&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;NAME&lt;/SPAN&gt;) = 0,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;RowNo&lt;/SPAN&gt;() = 1,&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;SAL&lt;/SPAN&gt;),&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Column&lt;/SPAN&gt;(1))-&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SAL&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)))) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sum(SAL)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jun 2017 08:50:11 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2017-06-09T08:50:11Z</dc:date>
    <item>
      <title>Bar chart -sum of total sales minus sales of first bar</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338719#M96058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have a table like&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;NAME,SAL&lt;/P&gt;&lt;P&gt;Raj,300&lt;/P&gt;&lt;P&gt;Vijay,400&lt;/P&gt;&lt;P&gt;Vidhya,250&lt;/P&gt;&lt;P&gt;Swaroop,100&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt; Now I want result in a bar chart like,&lt;/P&gt;&lt;P&gt;1st bar should show Total SAL&lt;/P&gt;&lt;P&gt;2nd bar should show Total SAL - SAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: on above data Total SAL is 300+400+250+100= 1050&lt;/P&gt;&lt;P&gt;so, 1st bar is 1050&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2nd bar is 750 (1050 - 300)&lt;/P&gt;&lt;P&gt;Can anyone help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 02:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338719#M96058</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2017-06-09T02:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart -sum of total sales minus sales of first bar</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338720#M96059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Try like below,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;NAME,SAL&lt;/P&gt;&lt;P&gt;Raj,300&lt;/P&gt;&lt;P&gt;Vijay,400&lt;/P&gt;&lt;P&gt;Vidhya,250&lt;/P&gt;&lt;P&gt;Swaroop,100&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Dim&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create bar chart,&lt;/P&gt;&lt;P&gt;dimension is&lt;/P&gt;&lt;P&gt;=If(Dim = 1, 'Sales', 'Total Sales')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create measure like below,&lt;/P&gt;&lt;P&gt;=If(Dim = 1, sum({&amp;lt;NAME-={'Raj'}&amp;gt;}SAL), sum(total SAL))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="166288" alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166288_1.JPG" style="height: 333px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 04:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338720#M96059</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-06-09T04:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart -sum of total sales minus sales of first bar</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338721#M96060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using qlik sense &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166289_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 04:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338721#M96060</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-06-09T04:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart -sum of total sales minus sales of first bar</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338722#M96061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Dimension : NAME&lt;/P&gt;&lt;P&gt;Expression :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SAL&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Sum(TOTAL SAL)-Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #800000;"&gt;SAL&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166294_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regrds,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 04:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338722#M96061</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-09T04:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart -sum of total sales minus sales of first bar</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338723#M96062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;I need small change in the solution you provided.&lt;/P&gt;&lt;P&gt;if you observe in the chart, 1st bar for every name is having value like 1050.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what i need is,&lt;/P&gt;&lt;P&gt;for the name &lt;STRONG&gt;Raj&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1st bar--&amp;gt;1050&lt;/P&gt;&lt;P&gt;2nd bar--&amp;gt; 300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the name &lt;STRONG&gt;Swaroop &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1st bar--&amp;gt; 750 (1050-300)&amp;nbsp;&amp;nbsp;&amp;nbsp; Here 300 is value of 2nd bar in previous dimension&lt;/P&gt;&lt;P&gt;2nd bar--&amp;gt; 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the name &lt;STRONG&gt;Vidhya&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1st bar--&amp;gt; 650 (750-100)&lt;/P&gt;&lt;P&gt;2nd bar--&amp;gt; 250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the name &lt;STRONG&gt;Vijay&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1st bar--&amp;gt;400&lt;/P&gt;&lt;P&gt;2nd bar--&amp;gt;400&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 05:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338723#M96062</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2017-06-09T05:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart -sum of total sales minus sales of first bar</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338724#M96063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; * &lt;SPAN style="color: #0000ff;"&gt;inline&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; NAME,SAL&lt;BR /&gt; Raj,300&lt;BR /&gt; Swaroop,100&lt;BR /&gt; Vidhya,250&lt;BR /&gt; Vijay,400&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;RowNo&lt;/SPAN&gt;() = 1,&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;SAL&lt;/SPAN&gt;),&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Column&lt;/SPAN&gt;(1))-&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SAL&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SAL&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166306_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 06:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338724#M96063</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-09T06:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart -sum of total sales minus sales of first bar</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338725#M96064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi Antonio,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Awesome...!! that worked fine. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I need to implement one hide/show mechanism on the first bar.&lt;/P&gt;&lt;P&gt;Like, by default it should show both bars.&lt;/P&gt;&lt;P&gt;but, when a selection is made, then the blue bar should not display.&lt;/P&gt;&lt;P&gt;in above chart, lets assume that name &lt;STRONG&gt;Vidhya &lt;/STRONG&gt;is selected, then in that case I should see only Vidhya SAL which is 250.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sal.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166320_sal.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 08:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338725#M96064</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2017-06-09T08:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart -sum of total sales minus sales of first bar</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338726#M96065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Change to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;GetSelectedCount&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;NAME&lt;/SPAN&gt;) = 0,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;RowNo&lt;/SPAN&gt;() = 1,&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;SAL&lt;/SPAN&gt;),&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Column&lt;/SPAN&gt;(1))-&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SAL&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)))) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sum(SAL)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 08:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338726#M96065</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-09T08:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart -sum of total sales minus sales of first bar</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338727#M96066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Antonio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its wroking FIne. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 09:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Bar-chart-sum-of-total-sales-minus-sales-of-first-bar/m-p/1338727#M96066</guid>
      <dc:creator>viveksingh</dc:creator>
      <dc:date>2017-06-09T09:34:26Z</dc:date>
    </item>
  </channel>
</rss>

