<?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: Yet another Set Analysis question- no aggregation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Yet-another-Set-Analysis-question-no-aggregation/m-p/389144#M488146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a calculation dimension you're trying to construct? Then you can either use your if statement or set expression with an aggregation. A set analysis expression returns only one value. If you need a list of values then you need to use an aggregation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 12:58:04 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-01-31T12:58:04Z</dc:date>
    <item>
      <title>Yet another Set Analysis question- no aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Yet-another-Set-Analysis-question-no-aggregation/m-p/389143#M488145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a table I tried to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(ACTUALGENERALSETTLEMENT &amp;gt; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(YEAROFSETTLEMENT &amp;lt;&amp;gt; '9999',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Severity))) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this did not work (not sure why) so I used the following set analysis and it worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[YEAROFSETTLEMENT] -= {"9999"}&amp;gt;*&amp;lt;[.ACTUALGENERALSETTLEMENT] = {"&amp;gt;0"}&amp;gt;} &lt;A _jive_internal="true" href="https://community.qlik.com/message/306180#306180#306180/Severity"&gt;[Severity]&lt;/A&gt;)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now trying to create a chart where I would like to show the Claim number if:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(ACTUALGENERALSETTLEMENT &amp;gt; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(YEAROFSETTLEMENT &amp;lt;&amp;gt; '9999',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ClaimNo)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is that I cannot use the set analysis without an aggregation function and I just want the claim number displayed if it matches my criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can use the set analysis without the need for aggregation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 12:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yet-another-Set-Analysis-question-no-aggregation/m-p/389143#M488145</guid>
      <dc:creator />
      <dc:date>2013-01-31T12:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Yet another Set Analysis question- no aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Yet-another-Set-Analysis-question-no-aggregation/m-p/389144#M488146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a calculation dimension you're trying to construct? Then you can either use your if statement or set expression with an aggregation. A set analysis expression returns only one value. If you need a list of values then you need to use an aggregation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 12:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yet-another-Set-Analysis-question-no-aggregation/m-p/389144#M488146</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-31T12:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Yet another Set Analysis question- no aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Yet-another-Set-Analysis-question-no-aggregation/m-p/389145#M488147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it is for an Expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using my If statement and it does not exlude a claim where the &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;ACTUALGENERALSETTLEMENT&lt;/SPAN&gt; = 0. Therefore it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a similar if statement did not work for the table, I assumed this if statement did not work for the same reason when used in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart is a Grid Chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension(2) - Expected Settled and Settled&lt;/P&gt;&lt;P&gt;Expression - as above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 13:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yet-another-Set-Analysis-question-no-aggregation/m-p/389145#M488147</guid>
      <dc:creator />
      <dc:date>2013-01-31T13:09:39Z</dc:date>
    </item>
  </channel>
</rss>

