<?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 create array in Qlikview and store values in it using inputbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947033#M326152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As always QlikView is case-sensitive when it comes to Field-names and Variable-names.&lt;/P&gt;&lt;P&gt;The expression in the second text box could be simply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vARR[1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without any quotation marks or $-sign expansion. See the attached fixed QVW....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 04:53:27 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-09-02T04:53:27Z</dc:date>
    <item>
      <title>How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947025#M326144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create arrays in qlikview using input box and store values in variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 11:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947025#M326144</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-09-01T11:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947026#M326145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use concat() to create a value-list like an array:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vArray:&lt;/P&gt;&lt;P&gt;= concat(distinct Field, ';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you could with substringcount() and subfield() read/access the content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 12:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947026#M326145</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-01T12:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947027#M326146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also create some pseudo-arrays like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-09-01 #1.png" class="jive-image image-1" src="/legacyfs/online/97589_2015-09-01 #1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The v3 shows the formula to access the value of vArr[2] dynamically by and index which is v2 in this case. This is not a very efficient storage structure and should be use with a limited number of values. Marcus advice will give a much more compact storage whereas my suggestion give something more similar to real arrays in other programming/scripting languages... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 12:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947027#M326146</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-01T12:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947028#M326147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose vArr[1] = 123&amp;nbsp;&amp;nbsp;&amp;nbsp; (123) value i want to hold in other variable how we can do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 04:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947028#M326147</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-09-02T04:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947029#M326148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you want to do with this array - what is the aim? Maybe there are other ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 04:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947029#M326148</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-02T04:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947030#M326149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vOtherVar = '$(vArr[1])';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 04:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947030#M326149</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-02T04:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947031#M326150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check i am not able to get values in vOtherVar ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 04:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947031#M326150</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-09-02T04:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947032#M326151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As in many things in QlikView it depends on the context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to assign the vArr[1] variable to v1 with the help of an Action you would write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vArr[1]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;directly in the Value entry box in the dialog box - no need for enclosing it in quotation marks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 04:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947032#M326151</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-02T04:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947033#M326152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As always QlikView is case-sensitive when it comes to Field-names and Variable-names.&lt;/P&gt;&lt;P&gt;The expression in the second text box could be simply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vARR[1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without any quotation marks or $-sign expansion. See the attached fixed QVW....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 04:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947033#M326152</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-02T04:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create array in Qlikview and store values in it using inputbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947034#M326153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2015-09.02 #1.PNG" class="jive-image image-1" src="/legacyfs/online/97647_2015-09.02 #1.PNG" style="height: auto;" /&gt;I discovered something more in your QVW so I updated the application and have attached with the modification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 04:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-array-in-Qlikview-and-store-values-in-it-using/m-p/947034#M326153</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-02T04:58:58Z</dc:date>
    </item>
  </channel>
</rss>

