<?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: Use IN rather than = in a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-IN-rather-than-in-a-variable/m-p/1021724#M345571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't be mistaken. The equal sign in a set modifier is an &lt;EM&gt;assignment operator&lt;/EM&gt;, NOT a comparison operator. The values between curly braces get assigned to the field on the left as a sort of&lt;EM&gt; temporary selection&lt;/EM&gt;. They do not compare to anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And just as with listbox selections, you select value1 &lt;EM&gt;or&lt;/EM&gt; value2 &lt;EM&gt;or&lt;/EM&gt; valueN in field RCPT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 10:58:33 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-02-01T10:58:33Z</dc:date>
    <item>
      <title>Use IN rather than = in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-IN-rather-than-in-a-variable/m-p/1021721#M345568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable that SELECTS bottles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[PCC] ={"$(=concat([MCC],'","'))"},[RCPT] ={'Bottle'}&amp;gt;}[Amount]*-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like it to be able to select where it = bottle OR laptop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-IN-rather-than-in-a-variable/m-p/1021721#M345568</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-02-01T10:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use IN rather than = in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-IN-rather-than-in-a-variable/m-p/1021722#M345569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&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;&lt;STRONG&gt;Sum({$&amp;lt;[PCC] ={"$(=concat([MCC],'","'))"},[RCPT] = {'Bottle'&lt;SPAN style="color: #ff0000;"&gt;, 'Laptop'&lt;/SPAN&gt;}&amp;gt;}[Amount]*-1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-IN-rather-than-in-a-variable/m-p/1021722#M345569</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-01T10:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Use IN rather than = in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-IN-rather-than-in-a-variable/m-p/1021723#M345570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[PCC] ={"$(=concat([MCC],'","'))"},[RCPT] ={'Bottle' &lt;STRONG&gt;, 'laptop'&lt;/STRONG&gt;}&amp;gt;}[Amount]*-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-IN-rather-than-in-a-variable/m-p/1021723#M345570</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-02-01T10:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use IN rather than = in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-IN-rather-than-in-a-variable/m-p/1021724#M345571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't be mistaken. The equal sign in a set modifier is an &lt;EM&gt;assignment operator&lt;/EM&gt;, NOT a comparison operator. The values between curly braces get assigned to the field on the left as a sort of&lt;EM&gt; temporary selection&lt;/EM&gt;. They do not compare to anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And just as with listbox selections, you select value1 &lt;EM&gt;or&lt;/EM&gt; value2 &lt;EM&gt;or&lt;/EM&gt; valueN in field RCPT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-IN-rather-than-in-a-variable/m-p/1021724#M345571</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-01T10:58:33Z</dc:date>
    </item>
  </channel>
</rss>

