<?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 Set Analysis syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283551#M1201865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;I don't know if you mean you have lots of expressions to change. If that's the case, give a try to the Settings menu, Expression Overview. From there you can replace some code in your expressions if needed.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Oct 2010 21:38:18 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-10-21T21:38:18Z</dc:date>
    <item>
      <title>Set Analysis syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283545#M1201859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would be the correct syntax for the below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;(fielda={'Y'} + fieldb={'N'},fieldc={'Z'}&amp;gt;} Items)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above gives me syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 17:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283545#M1201859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-21T17:04:44Z</dc:date>
    </item>
    <item>
      <title>Set Analysis syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283546#M1201860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost correct.&lt;/P&gt;&lt;P&gt;count({$&amp;lt;fielda={'Y'},fieldb={'N'},fieldc={'Z'}&amp;gt;} Items)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 17:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283546#M1201860</guid>
      <dc:creator />
      <dc:date>2010-10-21T17:09:08Z</dc:date>
    </item>
    <item>
      <title>Set Analysis syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283547#M1201861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is basically an and condition between the 3 fields. What I want is ((fielda=Y OR fieldb=N) AND (fieldc=Z)). I put a + for the union command. Is the above possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 17:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283547#M1201861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-21T17:49:25Z</dc:date>
    </item>
    <item>
      <title>Set Analysis syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283548#M1201862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don´t know if is possible....but i find a set analisys material.....and found it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="0" cellspacing="0" dir="ltr" style="height:156px;" width="513"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="40" width="24"&gt;&lt;DIV&gt;+&lt;/DIV&gt;&lt;/TD&gt;&lt;TD height="40" width="149"&gt;&lt;DIV&gt;Union&lt;/DIV&gt;&lt;/TD&gt;&lt;TD height="40" width="342"&gt;&lt;DIV&gt;Returns the set of all records that belong to the unioned sets&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#B7D2AB" height="40" width="24"&gt;&lt;DIV&gt;-&lt;/DIV&gt;&lt;/TD&gt;&lt;TD bgcolor="#B7D2AB" height="40" width="149"&gt;&lt;DIV&gt;Exclusion&lt;/DIV&gt;&lt;/TD&gt;&lt;TD bgcolor="#B7D2AB" height="40" width="342"&gt;&lt;DIV&gt;Returns records that belong to the first but not the other of the two set identifiers.&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="40" width="24"&gt;&lt;DIV&gt;*&lt;/DIV&gt;&lt;/TD&gt;&lt;TD height="40" width="149"&gt;&lt;DIV&gt;Intersection&lt;/DIV&gt;&lt;/TD&gt;&lt;TD height="40" width="342"&gt;&lt;DIV&gt;Returns records that belong to both of the set identifiers.&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#B7D2AB" height="40" width="24"&gt;&lt;DIV&gt;/&lt;/DIV&gt;&lt;/TD&gt;&lt;TD bgcolor="#B7D2AB" height="40" width="149"&gt;&lt;DIV&gt;Symmetric Difference&lt;/DIV&gt;&lt;/TD&gt;&lt;TD bgcolor="#B7D2AB" height="40" width="342"&gt;&lt;DIV&gt;Returns a set that belongs to either, but not both of the set identifiers.&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I think the last one is usefull for you.....but i never have been tested!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 18:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283548#M1201862</guid>
      <dc:creator />
      <dc:date>2010-10-21T18:27:10Z</dc:date>
    </item>
    <item>
      <title>Set Analysis syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283549#M1201863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try my code &lt;A href="http://community.qlik.com/forums/p/35765/140033.aspx#140033" target="_blank" title="Count with Set Analysis"&gt;in this post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 19:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283549#M1201863</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-21T19:27:52Z</dc:date>
    </item>
    <item>
      <title>Set Analysis syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283550#M1201864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very helpful. The only pain I now see is that I have to repeat the code for fieldc in both places. There are many such fieldc's which I need to add &amp;amp; would be nice if I do not have to repeat the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 21:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283550#M1201864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-21T21:18:17Z</dc:date>
    </item>
    <item>
      <title>Set Analysis syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283551#M1201865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;I don't know if you mean you have lots of expressions to change. If that's the case, give a try to the Settings menu, Expression Overview. From there you can replace some code in your expressions if needed.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 21:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283551#M1201865</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-21T21:38:18Z</dc:date>
    </item>
    <item>
      <title>Set Analysis syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283552#M1201866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you need to repeat the fieldCs.&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;count({$(&amp;lt;fielda={'Y'}&amp;gt;+&amp;lt;fieldb={'N'}&amp;gt;)*&lt;BR /&gt;&amp;lt;fieldc={'Z'}&amp;gt;} Items)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You could use any number of FieldCs:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;count({$(&amp;lt;fielda={'Y'}&amp;gt;+&amp;lt;fieldb={'N'}&amp;gt;)*&lt;BR /&gt;&amp;lt;fieldc={'Z'}&amp;gt;*&amp;lt;fieldd={'R'}&amp;gt;*&amp;lt;fieldzzzztop={'O'}&amp;gt;} Items)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Which should be the same as:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;count({$(&amp;lt;fielda={'Y'}&amp;gt;+&amp;lt;fieldb={'N'}&amp;gt;)*&lt;BR /&gt;&amp;lt;fieldc={'Z'},fieldd={'R'},fieldzzzztop={'O'}&amp;gt;} Items)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 21:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283552#M1201866</guid>
      <dc:creator />
      <dc:date>2010-10-21T21:40:28Z</dc:date>
    </item>
    <item>
      <title>Set Analysis syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283553#M1201867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({$&amp;lt;(fielda={'Y'} ,fieldb={'N'},fieldc={'Z'}&amp;gt;} Items)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 03:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax/m-p/283553#M1201867</guid>
      <dc:creator />
      <dc:date>2010-10-22T03:06:24Z</dc:date>
    </item>
  </channel>
</rss>

