<?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 Write this SQL sentence but in QLIK script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Write-this-SQL-sentence-but-in-QLIK-script/m-p/98112#M602835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;How can I write this sentence in SQL but in a way that works in qlik?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select a.id&lt;/P&gt;&lt;P&gt;from table1 a&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;where a.id in (1, 5, 9)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try the code below, bit seems that "in" in the "where" part doesn't work. The resident "table1" table exists and it contains data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;idTable:&lt;/P&gt;&lt;P&gt;LOAD id&lt;/P&gt;&lt;P&gt;Resident table1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;where id in (1,5,9);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 1, 5 and 9 are an example. I have much more items to consider, so replacing with "or" condition is not an option, or it'll be my last option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2018 20:12:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-17T20:12:10Z</dc:date>
    <item>
      <title>Write this SQL sentence but in QLIK script</title>
      <link>https://community.qlik.com/t5/QlikView/Write-this-SQL-sentence-but-in-QLIK-script/m-p/98112#M602835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;How can I write this sentence in SQL but in a way that works in qlik?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select a.id&lt;/P&gt;&lt;P&gt;from table1 a&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;where a.id in (1, 5, 9)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try the code below, bit seems that "in" in the "where" part doesn't work. The resident "table1" table exists and it contains data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;idTable:&lt;/P&gt;&lt;P&gt;LOAD id&lt;/P&gt;&lt;P&gt;Resident table1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;where id in (1,5,9);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 1, 5 and 9 are an example. I have much more items to consider, so replacing with "or" condition is not an option, or it'll be my last option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 20:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-this-SQL-sentence-but-in-QLIK-script/m-p/98112#M602835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-17T20:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Write this SQL sentence but in QLIK script</title>
      <link>https://community.qlik.com/t5/QlikView/Write-this-SQL-sentence-but-in-QLIK-script/m-p/98113#M602836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this using Match function like&lt;/P&gt;&lt;P&gt;you can add additional values in match by giving comma. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;idTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD id&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident table1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;where MATCH(ID, 1,5,9)&amp;gt;0;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 20:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-this-SQL-sentence-but-in-QLIK-script/m-p/98113#M602836</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-17T20:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Write this SQL sentence but in QLIK script</title>
      <link>https://community.qlik.com/t5/QlikView/Write-this-SQL-sentence-but-in-QLIK-script/m-p/98114#M602837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome. That's exactly what I need. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 20:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-this-SQL-sentence-but-in-QLIK-script/m-p/98114#M602837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-17T20:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Write this SQL sentence but in QLIK script</title>
      <link>https://community.qlik.com/t5/QlikView/Write-this-SQL-sentence-but-in-QLIK-script/m-p/98115#M602838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 20:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-this-SQL-sentence-but-in-QLIK-script/m-p/98115#M602838</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-17T20:36:14Z</dc:date>
    </item>
  </channel>
</rss>

