<?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: Help with SET ANALYSIS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345670#M127848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;First of all, thank you so much for your reply.&lt;/P&gt;&lt;P&gt;I alredy tried that kind of formula and it doesn't work.&lt;/P&gt;&lt;P&gt;I thought it could work.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2012 13:07:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-11T13:07:28Z</dc:date>
    <item>
      <title>Help with SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345668#M127846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm in trouble with an expression.&lt;/P&gt;&lt;P&gt;I have to do the sum of Field3 ONLY if Field1 = Field2.&lt;/P&gt;&lt;P&gt;I tried to solve my problem using this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {$&amp;lt;Field1 = Field2&amp;gt;} Field3 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but unfortunately it doesn't work.&lt;/P&gt;&lt;P&gt;It works fine only if I select a value from a list box, but I need it works with any selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 12:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345668#M127846</guid>
      <dc:creator />
      <dc:date>2012-07-11T12:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345669#M127847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis is based on selected vlaues. If you want it to work without the selection try sum(if())&amp;nbsp;&amp;nbsp; something like:&amp;nbsp;&amp;nbsp; sum(if(Field1= Field2, Field3,0)&amp;nbsp;&amp;nbsp; Regards&amp;nbsp; Rahul Lakhina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 12:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345669#M127847</guid>
      <dc:creator />
      <dc:date>2012-07-11T12:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345670#M127848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;First of all, thank you so much for your reply.&lt;/P&gt;&lt;P&gt;I alredy tried that kind of formula and it doesn't work.&lt;/P&gt;&lt;P&gt;I thought it could work.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 13:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345670#M127848</guid>
      <dc:creator />
      <dc:date>2012-07-11T13:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345671#M127849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What data do you have in Field 1 and 2 can you post an example? Plus you might have to aggr this over your dimension.&amp;nbsp;&amp;nbsp; Try:&amp;nbsp;&amp;nbsp; aggr(sum(if(Field1= Field2, Field3,0) ,dimension)&amp;nbsp;&amp;nbsp; Regards&amp;nbsp; RL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 13:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345671#M127849</guid>
      <dc:creator />
      <dc:date>2012-07-11T13:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345672#M127850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the set analysis wizard from Qlikblog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa="&gt;http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa=&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 13:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345672#M127850</guid>
      <dc:creator />
      <dc:date>2012-07-11T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345673#M127851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field 1 and 2 are plates of trucks.&lt;/P&gt;&lt;P&gt;Unfortunately it's quite difficult to me to post an example.&lt;/P&gt;&lt;P&gt;I tried aggr function but it doesn't work.&lt;/P&gt;&lt;P&gt;Thanks Rahul.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 13:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345673#M127851</guid>
      <dc:creator />
      <dc:date>2012-07-11T13:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help with SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345674#M127852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rahul,&lt;/P&gt;&lt;P&gt;I can say you that Field 1 is in TAB1, Field2 &amp;amp; Field3 are in TAB2.&lt;/P&gt;&lt;P&gt;Hope it helps to better understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Chris: Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 14:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-SET-ANALYSIS/m-p/345674#M127852</guid>
      <dc:creator />
      <dc:date>2012-07-11T14:29:46Z</dc:date>
    </item>
  </channel>
</rss>

