<?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: Include only certain values in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133830#M20082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 14:53:21 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2018-10-24T14:53:21Z</dc:date>
    <item>
      <title>Include only certain values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133826#M20078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my script, I want to have a condition where I keep only certain values. At the end of my script I have FROM [Data Source......] WHERE(team = 'ABC') and (team = 'DEF')......and this repeats eight more times. The script does not function at that point. Is there a more efficient way to do this&amp;gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 14:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133826#M20078</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-10-24T14:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Include only certain values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133827#M20079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try use of match&lt;/P&gt;&lt;P&gt;where match(team,'ABC','DEF','GHI')&amp;gt;0&lt;/P&gt;&lt;P&gt;-&amp;gt; add more conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you want not Team = 'ABC' and Team = 'DEF' as Team only can hold one value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 14:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133827#M20079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-24T14:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Include only certain values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133828#M20080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain a little more what you mean by repeats 8 more times, but you are saying in the end of the script you have a where condition? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 14:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133828#M20080</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-10-24T14:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Include only certain values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133829#M20081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think another approach could be use of 'Match' function - &lt;/P&gt;&lt;P&gt;Where Match(team, 'ABC','DEF', you can add more values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can create a variable with Set vTeamVar = your values and use this variable in match function - &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Where Match(team, $(vTeamvar))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 14:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133829#M20081</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-10-24T14:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Include only certain values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133830#M20082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 14:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133830#M20082</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-10-24T14:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Include only certain values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133831#M20083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies the question wasn't posed better, but was able to receive help. Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 14:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-only-certain-values-in-script/m-p/133831#M20083</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-10-24T14:53:55Z</dc:date>
    </item>
  </channel>
</rss>

