<?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: logical operator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125944#M19066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct answer.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2018 07:07:49 GMT</pubDate>
    <dc:creator>engr_farhanqadr</dc:creator>
    <dc:date>2018-07-10T07:07:49Z</dc:date>
    <item>
      <title>logical operator</title>
      <link>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125940#M19062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Folks,&lt;/P&gt;&lt;P&gt;I am trying to write logic where I need to multiply a Column with 0.4 when quarter Q1 and Q2 both selected. but I am failed to do so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( GetFieldSelections(Quarter) = 'Q1' and GetFieldSelections(Quarter) = 'Q2' , &lt;SPAN style="font-size: 13.3333px;"&gt;Column * 0.4&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;please guide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 06:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125940#M19062</guid>
      <dc:creator>engr_farhanqadr</dc:creator>
      <dc:date>2018-07-10T06:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: logical operator</title>
      <link>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125941#M19063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&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; font-size: 13px;"&gt;if ( &lt;STRONG&gt;Index(GetFieldSelections(Quarter), 'Q1') and Index(GetFieldSelections(Quarter), 'Q2')&lt;/STRONG&gt; , &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Column * 0.4&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 06:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125941#M19063</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-10T06:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: logical operator</title>
      <link>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125942#M19064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( Wildmatch(GetFieldSelections(Quarter),'Q1*Q2*'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Column * 0.4&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 06:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125942#M19064</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-07-10T06:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: logical operator</title>
      <link>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125943#M19065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats correct. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 07:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125943#M19065</guid>
      <dc:creator>engr_farhanqadr</dc:creator>
      <dc:date>2018-07-10T07:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: logical operator</title>
      <link>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125944#M19066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct answer.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 07:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logical-operator/m-p/125944#M19066</guid>
      <dc:creator>engr_farhanqadr</dc:creator>
      <dc:date>2018-07-10T07:07:49Z</dc:date>
    </item>
  </channel>
</rss>

