<?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 Bar Chart y-axis meet x-axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-y-axis-meet-x-axis/m-p/1657337#M507270</link>
    <description>&lt;P&gt;Somewhat new to this and could not find any similar articles.&lt;/P&gt;&lt;P&gt;I have a list in column A that have multiple values. I'm trying to create a bar graph where the x-axis is any unique values in column A. Y-axis is to be a total count if that unique value shows up. I've created something in excel, attached, to show what I'm trying to depict as the final graph; however, I'm unable to do it in Qlikview.&amp;nbsp; Any help would be great, thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2019 22:16:55 GMT</pubDate>
    <dc:creator>mholey234</dc:creator>
    <dc:date>2019-12-12T22:16:55Z</dc:date>
    <item>
      <title>Bar Chart y-axis meet x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-y-axis-meet-x-axis/m-p/1657337#M507270</link>
      <description>&lt;P&gt;Somewhat new to this and could not find any similar articles.&lt;/P&gt;&lt;P&gt;I have a list in column A that have multiple values. I'm trying to create a bar graph where the x-axis is any unique values in column A. Y-axis is to be a total count if that unique value shows up. I've created something in excel, attached, to show what I'm trying to depict as the final graph; however, I'm unable to do it in Qlikview.&amp;nbsp; Any help would be great, thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 22:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-y-axis-meet-x-axis/m-p/1657337#M507270</guid>
      <dc:creator>mholey234</dc:creator>
      <dc:date>2019-12-12T22:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart y-axis meet x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-y-axis-meet-x-axis/m-p/1657353#M507272</link>
      <description>&lt;P&gt;1. Load the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Dimension is Interests.&lt;/P&gt;&lt;P&gt;3. Expression is Count(Interests)&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 01:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-y-axis-meet-x-axis/m-p/1657353#M507272</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-12-13T01:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart y-axis meet x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-y-axis-meet-x-axis/m-p/1657364#M507273</link>
      <description>&lt;P&gt;Thanks for the reply Rob. I've tried that and my x-axis have more than one unique value, example would be "Lincoln,KFC,AmericanAir,Dunkin,AmericanAir,Jimmyjohns,Enterprise,Anheiser". What I'm trying to do is have each interest as a unique value in the x-axis and would count 1 if it shows up in column A; example below.&lt;/P&gt;&lt;P&gt;I also tried having multiple expressions like "count({&amp;lt;[Interests]="*KFC*"&amp;gt;}){Interests}" but doesn't work.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Dec 2019 02:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-y-axis-meet-x-axis/m-p/1657364#M507273</guid>
      <dc:creator>mholey234</dc:creator>
      <dc:date>2019-12-13T02:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart y-axis meet x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-y-axis-meet-x-axis/m-p/1657638#M507275</link>
      <description>&lt;P&gt;Sorry I missed that there were multiples on some rows of the input data. Split them up using SubField when you load:&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LOAD&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN class="s1"&gt;SubField&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;Interests&lt;SPAN class="s2"&gt;, ',') &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; Interests&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;FROM&amp;nbsp;&lt;/SPAN&gt;[Qlikview Help.xlsx]&lt;SPAN class="s2"&gt;&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;, &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;embedded&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;labels&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;, &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;table&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;is&lt;/SPAN&gt; [Raw Data]&lt;SPAN class="s2"&gt;); &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 16:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-y-axis-meet-x-axis/m-p/1657638#M507275</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-12-13T16:21:16Z</dc:date>
    </item>
  </channel>
</rss>

