<?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: Bucket with else condition to include everything in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bucket-with-else-condition-to-include-everything/m-p/1610402#M445086</link>
    <description>&lt;P&gt;Did Joanna's post help you get things working as you wished?&amp;nbsp; If so, please be sure to give her credit by clicking the Accept as Solution button on her post.&amp;nbsp; If you used a different solution, you can post that as well and mark it such that others can learn from things.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lastly, if you are still looking for things, here is a Design Blog post that might help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Buckets/ba-p/1463216" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Buckets/ba-p/1463216&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2019 19:58:35 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-08-07T19:58:35Z</dc:date>
    <item>
      <title>Bucket with else condition to include everything</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-with-else-condition-to-include-everything/m-p/1602292#M444419</link>
      <description>&lt;P&gt;Probably over complicating this but I have an if statement as such :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if ( Sales &amp;gt;0 and Profit=0), Bucket_1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if ( Sales=0 and Profit=1), Bucket2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bucket3 ) as My_Field&lt;/P&gt;&lt;P&gt;The issue is that Bucket 3 will the show whatever is not included in bucket 1 and bucket2. However instead I want Bucket 3 to show everything ie a total of everything before it is bucketed rather than what's left over.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 11:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-with-else-condition-to-include-everything/m-p/1602292#M444419</guid>
      <dc:creator>egbert_jones</dc:creator>
      <dc:date>2019-07-15T11:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket with else condition to include everything</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-with-else-condition-to-include-everything/m-p/1602441#M444433</link>
      <description>&lt;P&gt;You probably want a separate field for the "Everything" bucket.&lt;/P&gt;&lt;P&gt;My_Field can't be both a subset and a superset all in one.&lt;/P&gt;&lt;P&gt;What about:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if (Sales &amp;gt; 0 and Profit = 0, 
    Bucket_1, 
    if (Sales = 0 and Profit = 1, 
        Bucket_2, 
        Optional_Leftovers_Bucket
    )
) as My_Category_Field,
Bucket_3 as My_Totals_Field,&lt;/LI-CODE&gt;&lt;P&gt;...Your buckets are calculations, not just labels, yes?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 18:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-with-else-condition-to-include-everything/m-p/1602441#M444433</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2019-07-15T18:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket with else condition to include everything</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-with-else-condition-to-include-everything/m-p/1610402#M445086</link>
      <description>&lt;P&gt;Did Joanna's post help you get things working as you wished?&amp;nbsp; If so, please be sure to give her credit by clicking the Accept as Solution button on her post.&amp;nbsp; If you used a different solution, you can post that as well and mark it such that others can learn from things.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lastly, if you are still looking for things, here is a Design Blog post that might help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Buckets/ba-p/1463216" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Buckets/ba-p/1463216&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 19:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-with-else-condition-to-include-everything/m-p/1610402#M445086</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-07T19:58:35Z</dc:date>
    </item>
  </channel>
</rss>

