<?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 How to set a set of values into variable? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233318#M84855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I open setting menu&amp;gt;variable overview, I would like to set a set of values into one variable.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;VarTest: 1,2,3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Dec 2010 15:50:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-27T15:50:58Z</dc:date>
    <item>
      <title>How to set a set of values into variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233318#M84855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I open setting menu&amp;gt;variable overview, I would like to set a set of values into one variable.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;VarTest: 1,2,3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 15:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233318#M84855</guid>
      <dc:creator />
      <dc:date>2010-12-27T15:50:58Z</dc:date>
    </item>
    <item>
      <title>How to set a set of values into variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233319#M84856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If the Values are being taken from a field then you can use Concat function of Qlikview .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 15:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233319#M84856</guid>
      <dc:creator>syed_muzammil</dc:creator>
      <dc:date>2010-12-27T15:52:47Z</dc:date>
    </item>
    <item>
      <title>How to set a set of values into variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233320#M84857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer, I would like to set some static values for it. How can I achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 15:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233320#M84857</guid>
      <dc:creator />
      <dc:date>2010-12-27T15:56:16Z</dc:date>
    </item>
    <item>
      <title>How to set a set of values into variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233321#M84858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isaac,&lt;/P&gt;&lt;P&gt;If the values you want to set are numeric, you can set them in the Variable Overview as you already did. If they are strings, you have to quote them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;'A','B','C'&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then you can retrieve them in your charts using Pick()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Pick(1, $(variableName))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;will return "A".&lt;/P&gt;&lt;P&gt;Bear in mind that there are not "arrays" as such in QlikView.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 16:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233321#M84858</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-12-27T16:19:20Z</dc:date>
    </item>
    <item>
      <title>How to set a set of values into variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233322#M84859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;But when I set it as 'A','B','C' in Variable Overview , there is an error message alerts: garbage after "," .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 16:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233322#M84859</guid>
      <dc:creator />
      <dc:date>2010-12-27T16:28:54Z</dc:date>
    </item>
    <item>
      <title>How to set a set of values into variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233323#M84860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Values will be stored anyway. I presume that it's something related to the editor, since you can store anything in a variable.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 16:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233323#M84860</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-12-27T16:33:01Z</dc:date>
    </item>
    <item>
      <title>How to set a set of values into variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233324#M84861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;go to document properties-&amp;gt;Variables-&amp;gt;new-&amp;gt;Variable Name&lt;/P&gt;&lt;P&gt;and then set the value, if you want static then select 'Read-only'&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5468.variable.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5468.variable.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 16:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-set-of-values-into-variable/m-p/233324#M84861</guid>
      <dc:creator>marcohadiyanto</dc:creator>
      <dc:date>2010-12-27T16:57:20Z</dc:date>
    </item>
  </channel>
</rss>

