<?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: how to write OR condition in the set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-write-OR-condition-in-the-set-analysis/m-p/685009#M1078553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Category={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SYSTEM %&lt;/SPAN&gt;'},Category={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HARDWARE&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; %&lt;/SPAN&gt;'}&amp;gt;}amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if(Category='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SYSTEM %&lt;/SPAN&gt;' or Category='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HARDWARE&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; %&lt;/SPAN&gt;', sum(amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Category='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SYSTEM %&lt;/SPAN&gt;' and Category='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HARDWARE&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; %&lt;/SPAN&gt;', sum(amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 09:49:09 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2014-07-16T09:49:09Z</dc:date>
    <item>
      <title>how to write OR condition in the set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-OR-condition-in-the-set-analysis/m-p/685007#M1078549</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;&lt;/P&gt;&lt;P&gt;As per the requirement, i need to write the condition combining 'and ' and 'OR' condition in the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Category like 'SYSTEM %'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; or Categorylike 'HARDWARE%' in the single condition .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Smitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-OR-condition-in-the-set-analysis/m-p/685007#M1078549</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to write OR condition in the set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-OR-condition-in-the-set-analysis/m-p/685008#M1078551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Category &lt;/SPAN&gt;= {'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SYSTEM*','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HARDWARE&lt;/SPAN&gt;*'&lt;/SPAN&gt;&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-OR-condition-in-the-set-analysis/m-p/685008#M1078551</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-16T09:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to write OR condition in the set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-OR-condition-in-the-set-analysis/m-p/685009#M1078553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Category={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SYSTEM %&lt;/SPAN&gt;'},Category={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HARDWARE&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; %&lt;/SPAN&gt;'}&amp;gt;}amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if(Category='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SYSTEM %&lt;/SPAN&gt;' or Category='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HARDWARE&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; %&lt;/SPAN&gt;', sum(amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Category='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SYSTEM %&lt;/SPAN&gt;' and Category='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HARDWARE&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; %&lt;/SPAN&gt;', sum(amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-OR-condition-in-the-set-analysis/m-p/685009#M1078553</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-16T09:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to write OR condition in the set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-OR-condition-in-the-set-analysis/m-p/685010#M1078555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Category&lt;/SPAN&gt;={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SYSTEM*&lt;/SPAN&gt;'}&amp;gt; + &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Category&lt;/SPAN&gt;={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HARDWARE&lt;/SPAN&gt;'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;VIshal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-OR-condition-in-the-set-analysis/m-p/685010#M1078555</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-07-16T09:50:36Z</dc:date>
    </item>
  </channel>
</rss>

