<?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 How do I do an or conditional in set analysis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-do-an-or-conditional-in-set-analysis/m-p/393007#M146600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I do an or conditional in set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 18:18:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-21T18:18:20Z</dc:date>
    <item>
      <title>How do I do an or conditional in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-do-an-or-conditional-in-set-analysis/m-p/393007#M146600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I do an or conditional in set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 18:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-do-an-or-conditional-in-set-analysis/m-p/393007#M146600</guid>
      <dc:creator />
      <dc:date>2013-05-21T18:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I do an or conditional in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-do-an-or-conditional-in-set-analysis/m-p/393008#M146601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;condition in set analysis&lt;/P&gt;&lt;P&gt;The syntax is broken down into 3 categories:&lt;/P&gt;&lt;P&gt;• Identifiers&lt;/P&gt;&lt;P&gt;• Operators&lt;/P&gt;&lt;P&gt;• Modifiers&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Identifiers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;sum({1} Sales)&lt;/P&gt;&lt;P&gt;Returns total sales within the application, disregarding selections but not&lt;/P&gt;&lt;P&gt;the dimension.&lt;/P&gt;&lt;P&gt;sum({$} Sales)&lt;/P&gt;&lt;P&gt;Returns sales for the current selection, i.e. the same as sum(Sales).&lt;/P&gt;&lt;P&gt;sum({$1} Sales)&lt;/P&gt;&lt;P&gt;Returns sales for the previous selection.&lt;/P&gt;&lt;P&gt;*********************************************************************************&lt;/P&gt;&lt;P&gt;Set Modifiers&lt;/P&gt;&lt;P&gt;A set can be modified by additional or changed selections. Such a&lt;/P&gt;&lt;P&gt;modification can be written in the set expression. The modifier&lt;/P&gt;&lt;P&gt;consists of one or several field names, each followed by selection(s)&lt;/P&gt;&lt;P&gt;that can be made in the field. Modifiers begin and end with angle&lt;/P&gt;&lt;P&gt;brackets &amp;lt;&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modifiers - Examples&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;OrderDate = DeliveryDate&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Returns the sales for the current selection where OrderDate = DeliveryDate.&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Region = {US}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Returns the sales for region US disregarding the current selection.&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Region = &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Returns the sales for current selection, but with the selection in “Region”&lt;/P&gt;&lt;P&gt;removed.&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Region = &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Returns same as the example above. When the set to modify is omitted, $&lt;/P&gt;&lt;P&gt;is assumed.&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year={2000}, Region={“U*”}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Returns the sales for current selection, but with new selections both in&lt;/P&gt;&lt;P&gt;“Year” and in “Region”.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 18:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-do-an-or-conditional-in-set-analysis/m-p/393008#M146601</guid>
      <dc:creator />
      <dc:date>2013-05-21T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I do an or conditional in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-do-an-or-conditional-in-set-analysis/m-p/393009#M146602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chrisbrune,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is OR syntax in set analysis Sum({&amp;lt;Field1={a}&amp;gt;+&amp;lt;Field2={b}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 00:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-do-an-or-conditional-in-set-analysis/m-p/393009#M146602</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-05-22T00:55:05Z</dc:date>
    </item>
  </channel>
</rss>

