<?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: excluding/ignoring fields in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577946#M1118469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manish,&lt;/P&gt;&lt;P&gt;I used a flag to point out the peel section, so i don't have to create complex set&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Month Num]={'$(=Max(Month))'},Peel_Flag={0}&amp;gt; }ACT_SubQnty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 11:00:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-30T11:00:33Z</dc:date>
    <item>
      <title>excluding/ignoring fields in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577938#M1118461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a set-analysis that sums material quantity for the last month of the selected period. this set should&amp;nbsp; not&amp;nbsp; calculate two of the fields (GsPeelings,GnPeelings).&lt;/P&gt;&lt;P&gt;i use this Set-Analysis to do so:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Month Num]={$(=Max(Month))},GsPeelings={0}&lt;STRONG&gt;&amp;gt;+&amp;lt;&lt;/STRONG&gt;GnPeelings={0}&amp;gt; }ACT_SubQnty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works well when I select one month but when I select more then one month period the result is wrong.&lt;/P&gt;&lt;P&gt;my guess is that the syntax "&amp;gt;+&amp;lt;" is the problem&lt;/P&gt;&lt;P&gt;would appreciate any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Avner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 13:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577938#M1118461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T13:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: excluding/ignoring fields in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577939#M1118462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Sum({$&amp;lt;[Month Num]={'$(=Max(Month))'},GsPeelings=&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;GnPeelings=&amp;gt; }ACT_SubQnty)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 13:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577939#M1118462</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-28T13:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: excluding/ignoring fields in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577940#M1118463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;thanks for the quick reply, but it didn't work.&lt;/P&gt;&lt;P&gt;it brought a different wrong result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 13:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577940#M1118463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T13:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: excluding/ignoring fields in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577941#M1118464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you select more than one month, the result will be only for max month of the selection.&lt;/P&gt;&lt;P&gt;In case if you want result for all month... remove month field from Set Analysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({$&amp;lt;GsPeelings=&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GnPeelings=&amp;gt; }ACT_SubQnty)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 13:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577941#M1118464</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-28T13:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: excluding/ignoring fields in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577942#M1118465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's true,&lt;/P&gt;&lt;P&gt;but i wish to present sum of selected months on one column, and on the other, present only last month's total.&lt;/P&gt;&lt;P&gt;sorry my explanation wasn't clear enought&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 13:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577942#M1118465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T13:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: excluding/ignoring fields in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577943#M1118466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;This will give you Max Month's SUM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Sum({$&amp;lt;[Month Num]={'$(=Max(Month))'},GsPeelings=&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;GnPeelings=&amp;gt; }ACT_SubQnty)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;This will give you SUM for all selected months...&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Sum({$&amp;lt;GsPeelings=&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;GnPeelings=&amp;gt; }ACT_SubQnty)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.727272033691406px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.727272033691406px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If still not correct, request you to upload your apps.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 14:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577943#M1118466</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-28T14:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: excluding/ignoring fields in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577944#M1118467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manish,&lt;/P&gt;&lt;P&gt;thanks for your help, there's still problem with the calculation, uploading my model is a bit of a problem.&lt;/P&gt;&lt;P&gt;I'll check if i can sort it out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 14:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577944#M1118467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-29T14:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: excluding/ignoring fields in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577945#M1118468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's difficult to answer without looking upon your apps.&lt;/P&gt;&lt;P&gt;You may reduce data and attach sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 14:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577945#M1118468</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-29T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: excluding/ignoring fields in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577946#M1118469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manish,&lt;/P&gt;&lt;P&gt;I used a flag to point out the peel section, so i don't have to create complex set&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Month Num]={'$(=Max(Month))'},Peel_Flag={0}&amp;gt; }ACT_SubQnty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 11:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excluding-ignoring-fields-in-set-analysis/m-p/577946#M1118469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-30T11:00:33Z</dc:date>
    </item>
  </channel>
</rss>

