<?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 is the syntax for a WHERE ID IN (1,2,3,4) in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219991#M390248</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;STRONG&gt;Sum(If(Match(XID, 1, 2, 3) and ID = 1, SALES))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2016 16:08:31 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-12-07T16:08:31Z</dc:date>
    <item>
      <title>How is the syntax for a WHERE ID IN (1,2,3,4) in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219990#M390247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I have a Problem Im new to Qlik and normaly Im using SQL.&lt;/P&gt;&lt;P&gt;So im trying to figure out how to write something like SUM(CASE WHEN ID=1 AND XID IN (1,2,3) THEN SALES ELSE NULL END AS SALES in Qlik?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 10:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219990#M390247</guid>
      <dc:creator />
      <dc:date>2016-12-07T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: How is the syntax for a WHERE ID IN (1,2,3,4) in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219991#M390248</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;STRONG&gt;Sum(If(Match(XID, 1, 2, 3) and ID = 1, SALES))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 16:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219991#M390248</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-07T16:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: How is the syntax for a WHERE ID IN (1,2,3,4) in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219992#M390249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello thx that worked already. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 16:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219992#M390249</guid>
      <dc:creator />
      <dc:date>2016-12-07T16:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: How is the syntax for a WHERE ID IN (1,2,3,4) in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219993#M390250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;XID = {1, 2, 3}, ID = {1}&amp;gt;} SALES)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 17:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219993#M390250</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-07T17:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: How is the syntax for a WHERE ID IN (1,2,3,4) in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219994#M390251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But remember, latter will only work in the front end (chart expressions), not in the script (if that's where you want to use it?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 17:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-is-the-syntax-for-a-WHERE-ID-IN-1-2-3-4-in-QlikView/m-p/1219994#M390251</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-12-07T17:04:04Z</dc:date>
    </item>
  </channel>
</rss>

