<?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 I get value from one variable to another variable???? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-another-variable/m-p/469848#M1155435</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;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33897" class="jive-image" alt="InputBox.png" src="https://community.qlik.com/legacyfs/online/33897_InputBox.png" /&gt;&lt;/P&gt;&lt;P&gt;Need your help !!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;If I enter a name in 'Enter Name' Input Box and click on 'Save' button then name will display in 'Saved Names' Input box.&lt;/P&gt;&lt;P&gt;Again if I enter a second name and click on 'Save' button then both name will appear in 'Saved Names' Input Box. and so on How I got this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qvw file attached....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 06:44:44 GMT</pubDate>
    <dc:creator>jsingh71</dc:creator>
    <dc:date>2013-02-26T06:44:44Z</dc:date>
    <item>
      <title>How I get value from one variable to another variable????</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-another-variable/m-p/469848#M1155435</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;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33897" class="jive-image" alt="InputBox.png" src="https://community.qlik.com/legacyfs/online/33897_InputBox.png" /&gt;&lt;/P&gt;&lt;P&gt;Need your help !!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;If I enter a name in 'Enter Name' Input Box and click on 'Save' button then name will display in 'Saved Names' Input box.&lt;/P&gt;&lt;P&gt;Again if I enter a second name and click on 'Save' button then both name will appear in 'Saved Names' Input Box. and so on How I got this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qvw file attached....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 06:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-another-variable/m-p/469848#M1155435</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2013-02-26T06:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to another variable????</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-another-variable/m-p/469849#M1155436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can a&lt;SPAN lang="EN-GB" style="font-family: MorrisonsKievit-Regular; font-size: 10pt;"&gt;chieve this using Actions(Set variable).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: MorrisonsKievit-Regular; font-size: 10pt;"&gt;Use the below attached file for the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 09:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-another-variable/m-p/469849#M1155436</guid>
      <dc:creator />
      <dc:date>2013-02-26T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to another variable????</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-another-variable/m-p/469850#M1155437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On setting the variable 'vSavedNames'&amp;nbsp; for saved names in trigger from SAVE button, you can use this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if(vEnterNames &amp;lt;&amp;gt; '' ,if(index((vSavedNames &amp;amp; ',' &amp;amp; vEnterNames),',',1) = 1,mid((vSavedNames &amp;amp; ',' &amp;amp; vEnterNames),2),(vSavedNames &amp;amp; ',' &amp;amp; vEnterNames)),'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use this 'vSavedNames' variable in the input box in the Constraints--&amp;gt; Listed Values (Predefined Values area).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached along is the iota_Variable.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 11:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-another-variable/m-p/469850#M1155437</guid>
      <dc:creator />
      <dc:date>2013-02-27T11:17:43Z</dc:date>
    </item>
  </channel>
</rss>

