<?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 to use a variable in set analysis. Variable contains a list of values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575876#M442534</link>
    <description>&lt;P&gt;No, not with such function, at least not with this kind of syntax -&amp;nbsp; it was meant just as a list of strings.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2019 12:21:26 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-05-02T12:21:26Z</dc:date>
    <item>
      <title>How to use a variable in set analysis. Variable contains a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575839#M442525</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have set up a variable vInvTrusts that contains a list of values - see below&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;match&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;portfolio&lt;/FONT&gt;&lt;FONT size="2"&gt; ,'02502028','088000313','012700003','088300009','02505011','EX2000','IC2000') &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I then want to use this variable in set analysis so I can exclude these values from the dataset.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I have tried the below but this doest exclude anything - what am I doing wrong&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;sum&lt;/FONT&gt;&lt;FONT size="2"&gt;({$ &amp;lt;&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;period&lt;/FONT&gt;&lt;FONT size="2"&gt; = {&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;"&amp;gt;=$(vStartPeriod_CY)&amp;lt;=$(vEndPeriod_CY)"&lt;/FONT&gt;&lt;FONT size="2"&gt;} , &lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;pl&lt;/FONT&gt;&lt;FONT size="2"&gt; = {F01}, &lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;DataSource&lt;/FONT&gt;&lt;FONT size="2"&gt; = {Agresso}, &lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;entity&lt;/FONT&gt;&lt;FONT size="2"&gt; = {0005,0010,0011,0177,0348,0502,0002,0413,0522},&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;portfolio&lt;/FONT&gt;&lt;FONT size="2"&gt; -= {&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#808080" size="2"&gt;$(vInvTrusts)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;} &amp;gt;} &lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;IS_Investment_GBP&lt;/FONT&gt;&lt;FONT size="2"&gt; )*-1 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Many thanks Paul&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575839#M442525</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2024-11-16T03:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a variable in set analysis. Variable contains a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575861#M442528</link>
      <description>&lt;P&gt;If your variable contained:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;'02502028','088000313','012700003','088300009','02505011','EX2000','IC2000'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;it should work.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 12:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575861#M442528</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-05-02T12:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a variable in set analysis. Variable contains a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575871#M442531</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Marcus&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;The variable vInvTrust I set up as below&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;So you think it should work?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;match&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#800000" size="2"&gt;portfolio&lt;/FONT&gt;&lt;FONT size="2"&gt; ,'02502028','088000313','012700003','088300009','02505011','EX2000','IC2000') &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 12:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575871#M442531</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2019-05-02T12:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a variable in set analysis. Variable contains a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575876#M442534</link>
      <description>&lt;P&gt;No, not with such function, at least not with this kind of syntax -&amp;nbsp; it was meant just as a list of strings.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 12:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575876#M442534</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-05-02T12:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a variable in set analysis. Variable contains a list of values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575884#M442535</link>
      <description>Many thanks for your help</description>
      <pubDate>Thu, 02 May 2019 12:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-a-variable-in-set-analysis-Variable-contains-a-list/m-p/1575884#M442535</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2019-05-02T12:28:42Z</dc:date>
    </item>
  </channel>
</rss>

