<?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: &amp;quot;OR&amp;quot; Condition in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695713#M1055892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 16:26:17 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2014-10-09T16:26:17Z</dc:date>
    <item>
      <title>"OR" Condition in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695709#M1055887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the syntax to express an "or" condition in a Set Analysis statement?&amp;nbsp; For example I want to get the sum of ORIGBAL when OPENDATE &lt;STRONG style="text-decoration: underline;"&gt;or&lt;/STRONG&gt; CLOSEDATE fall within a variable date parameter.&amp;nbsp; I can test only OPENDATE with the following statement..&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =SUM ({$&amp;lt;OPENDATE={'&amp;gt;=$(vSelectedMinDate)&amp;lt;=$(vSelectedMaxDate)'}&amp;gt;}ORIGBAL) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I test for either OPENDATE &lt;STRONG&gt;OR&lt;/STRONG&gt; CLOSEDATE to be within the date parameter to sum the balance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695709#M1055887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T15:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: "OR" Condition in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695710#M1055888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;SUM({&amp;lt;FIELD1 = {1}&amp;gt; + &amp;lt;FIELD2 = {2}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695710#M1055888</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-10-09T15:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: "OR" Condition in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695711#M1055889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edward,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The '+' sign is or in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SUM ({$&amp;lt;OPENDATE={'&amp;gt;=$(vSelectedMinDate)&amp;lt;=$(vSelectedMaxDate)'}&amp;gt; + &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CLOSEDATE={'&amp;gt;=$(vSelectedMinDate)&amp;lt;=$(vSelectedMaxDate)'}&lt;/SPAN&gt;&amp;gt;}ORIGBAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695711#M1055889</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-09T15:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: "OR" Condition in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695712#M1055890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&amp;nbsp; I read through the Set Analysis help screens and did not find any reference as to how to join statements together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 16:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695712#M1055890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T16:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: "OR" Condition in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695713#M1055892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 16:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-OR-quot-Condition-in-Set-Analysis/m-p/695713#M1055892</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-09T16:26:17Z</dc:date>
    </item>
  </channel>
</rss>

