<?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 How do I create this funnel chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16715#M786681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to group invoices / amounts as shown below. An invoice of 50 will thus end up in all three groups. The groups consist of 500 or less, 250 or less, and 100 or less. An invoice of 450 should only end up in the first group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="194678" alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194678_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How do I solve this? When I try with nested If statment invoice of 50 only group in the first category.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>G_Hofstedt</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How do I create this funnel chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16715#M786681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to group invoices / amounts as shown below. An invoice of 50 will thus end up in all three groups. The groups consist of 500 or less, 250 or less, and 100 or less. An invoice of 450 should only end up in the first group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="194678" alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194678_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How do I solve this? When I try with nested If statment invoice of 50 only group in the first category.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16715#M786681</guid>
      <dc:creator>G_Hofstedt</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create this funnel chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16716#M786682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with no Dimension an Expressions like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Invoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;=500 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Invoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;250 , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Invoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Invoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;=250 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Invoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;100 , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Invoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Invoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;=100, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Invoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16716#M786682</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2018-02-27T08:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create this funnel chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16717#M786683</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;Try with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test_3.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194681_test_3.png" style="height: 298px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16717#M786683</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-27T08:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create this funnel chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16718#M786685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using Qlik Sense, you can find an extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16718#M786685</guid>
      <dc:creator>siddharth_s3</dc:creator>
      <dc:date>2018-02-27T08:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create this funnel chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16719#M786686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it seems to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 09:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-this-funnel-chart/m-p/16719#M786686</guid>
      <dc:creator>G_Hofstedt</dc:creator>
      <dc:date>2018-02-27T09:21:26Z</dc:date>
    </item>
  </channel>
</rss>

