<?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: Set analysis issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109833#M897626</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;Could be something you could do in script.&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;Load,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Sum(&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;VervallenSegmStatus&lt;/STRONG&gt;) &amp;gt;= 30 and &lt;SPAN style="font-size: 13.3333px;"&gt;Sum(&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;VervallenSegmStatus&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;) &amp;lt;= 60, 1,0) AS Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;groupby ID;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then the set analysis Sum({&amp;lt;Flag=1&amp;gt;}&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;_Saldo&lt;/STRONG&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2016 09:28:13 GMT</pubDate>
    <dc:creator>Mark_Little</dc:creator>
    <dc:date>2016-08-02T09:28:13Z</dc:date>
    <item>
      <title>Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109828#M897621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find away to get around these less than signs (&amp;lt;=30 and &amp;lt;=60) in my set analysis, because QV should not see them as a statement but as text.&lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;VervallenSegmStatus -= {'&amp;lt;=30', '&amp;lt;=60'}&amp;gt;} _Saldo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jasper&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/Set-analysis-issue/m-p/1109828#M897621</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109829#M897622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;sum({$&amp;lt;VervallenSegmStatus -= {"&amp;lt;=30 &amp;lt;=60"}&amp;gt;} _Saldo)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OR&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum({$&amp;lt;VervallenSegmStatus -= {&amp;lt;=30 &amp;lt;=60}&amp;gt;} _Saldo)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If you don't want to show in b/w of 30 and 60 you should write like below&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;VervallenSegmStatus -= {"&amp;gt;=30 &amp;lt;=60"}&amp;gt;} _Saldo)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 08:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109829#M897622</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-02T08:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109830#M897623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;addition to that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;sum({$&amp;lt;VervallenSegmStatus -= {'&amp;lt;=30' and ' &amp;lt;=60'}&amp;gt;} _Saldo)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 09:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109830#M897623</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-02T09:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109831#M897624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made a new example to show my problem in another way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This set analysis works but it does not show '&amp;lt;720', these are all labels so the less than sign should not be seen as a statement but as a text. The other labels are shown, only '&amp;lt;720' not!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;VervallenSegmStatus = {'61&amp;lt;=90', '91&amp;lt;=180', '181&amp;lt;=270', '271&amp;lt;=360', '361&amp;lt;=720', '&amp;lt;720'}&amp;gt;} TOTAL &amp;lt;Klant&amp;gt; _Saldo)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 09:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109831#M897624</guid>
      <dc:creator />
      <dc:date>2016-08-02T09:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109832#M897625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &amp;lt;=30 is already covered by the &amp;lt;=60, so can be discarded.&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;sum({$&amp;lt;VervallenSegmStatus -= {"&amp;lt;=60"}&amp;gt;} _Saldo)&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;&lt;BR /&gt;&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;If you mean &amp;gt;=30, then&lt;BR /&gt;&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;sum({$&amp;lt;VervallenSegmStatus -= {"&amp;gt;=30 &amp;lt;=60"}&amp;gt;} _Saldo)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 09:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109832#M897625</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-08-02T09:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109833#M897626</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;Could be something you could do in script.&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;Load,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Sum(&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;VervallenSegmStatus&lt;/STRONG&gt;) &amp;gt;= 30 and &lt;SPAN style="font-size: 13.3333px;"&gt;Sum(&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;VervallenSegmStatus&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;) &amp;lt;= 60, 1,0) AS Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;groupby ID;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then the set analysis Sum({&amp;lt;Flag=1&amp;gt;}&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;_Saldo&lt;/STRONG&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 09:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109833#M897626</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2016-08-02T09:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109834#M897627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to replicate the issue you are facing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133310_Capture.PNG" style="height: 125px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 10:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109834#M897627</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-02T10:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109835#M897628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to looking at your example, i noticed that the set analysis worked but the problem was due to a bad dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 11:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109835#M897628</guid>
      <dc:creator />
      <dc:date>2016-08-02T11:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109836#M897629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 11:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/1109836#M897629</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-02T11:51:17Z</dc:date>
    </item>
  </channel>
</rss>

