<?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 I get value from one variable to Other? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470073#M175567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Maybe this helps.&lt;/P&gt;&lt;P&gt;In the macro you assign a value to a variable like this. (Create the variables before, vMacroMessage1 and vMacroMessage2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sMessage = "Hello user from macro." &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Set variables to display text box&lt;/P&gt;&lt;P&gt;set v = ActiveDocument.Variables("vMacroMessage1")&lt;/P&gt;&lt;P&gt;v.SetContent sMessage,true&lt;/P&gt;&lt;P&gt;set v = ActiveDocument.Variables("vMacroMessage2")&lt;/P&gt;&lt;P&gt; v.SetContent "1",true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in you gui you can create two textobjects displaying the variables being set in the macro&lt;/P&gt;&lt;P&gt;/Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 07:03:57 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2013-05-30T07:03:57Z</dc:date>
    <item>
      <title>How I get value from one variable to Other?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470065#M175559</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;IMG __jive_id="33896" class="jive-image" alt="InputBox.png" src="https://community.qlik.com/legacyfs/online/33896_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:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470065#M175559</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2013-02-26T06:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to Other?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470066#M175560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are You sure You need to display Stored Names on inut box? Can't this be a table box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 09:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470066#M175560</guid>
      <dc:creator />
      <dc:date>2013-02-26T09:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to Other?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470067#M175561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i need to display these values from drop down list only. Because drop down list is not available in qlikview so my choice is InputBox only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 09:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470067#M175561</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2013-02-26T09:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to Other?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470068#M175562</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;find the attached file, hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 09:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470068#M175562</guid>
      <dc:creator />
      <dc:date>2013-02-26T09:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to Other?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470069#M175563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for reply yaseen.&lt;/P&gt;&lt;P&gt;the qvw file you shared, if I enter 'Yaseen' and click on Save button the Yaseen will display in Saved Name Input Box. its ok now I enter Qlikview in Enter Name and click on Save button then 'Yaseen' will disappear and only qlikview displayed. I want all names into Input box . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 09:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470069#M175563</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2013-02-26T09:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to Other?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470070#M175564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code store only prest one.&lt;/P&gt;&lt;P&gt;If you want to store olders also use below code in Actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vAvlName&lt;/P&gt;&lt;P&gt; &amp;amp; &lt;/P&gt;&lt;P&gt;'$(Name)'&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #646464; font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 09:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470070#M175564</guid>
      <dc:creator />
      <dc:date>2013-02-26T09:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to Other?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470071#M175565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand your need correctly, Actually Qlikview can do this for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the Constraints tab on the properties for the Enter Name box. In the group named Value List, check the option List and set the number of recent values. The input box will now have a small 'drop down' icon at the right hand side. Clicking this will drop down a list of recently entered values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 10:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470071#M175565</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-02-26T10:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to Other?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470072#M175566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;This I already done.&lt;/P&gt;&lt;P&gt; Actually the problem is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created two qlikview variables 'vName' and 'vAvlName'.&lt;/P&gt;&lt;P&gt;through macro I am getting the value from qlikview variable 'vName'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H5&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sub DispName&lt;BR /&gt;set Name1 = ActiveDocument.Variables("vName")&lt;BR /&gt;GetUserName = vName.GetContent.String&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;End Sub&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now in '&lt;SPAN style="font-size: 8pt;"&gt;GetUserName'&lt;SPAN style="font-size: 10pt;"&gt; variable i got the value.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now I want to assign this value to qlikview variable 'vAvlName'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;How can I assign this value from macro to qlikview variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please help.........&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 10:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470072#M175566</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2013-02-26T10:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: How I get value from one variable to Other?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470073#M175567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Maybe this helps.&lt;/P&gt;&lt;P&gt;In the macro you assign a value to a variable like this. (Create the variables before, vMacroMessage1 and vMacroMessage2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sMessage = "Hello user from macro." &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Set variables to display text box&lt;/P&gt;&lt;P&gt;set v = ActiveDocument.Variables("vMacroMessage1")&lt;/P&gt;&lt;P&gt;v.SetContent sMessage,true&lt;/P&gt;&lt;P&gt;set v = ActiveDocument.Variables("vMacroMessage2")&lt;/P&gt;&lt;P&gt; v.SetContent "1",true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in you gui you can create two textobjects displaying the variables being set in the macro&lt;/P&gt;&lt;P&gt;/Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 07:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-get-value-from-one-variable-to-Other/m-p/470073#M175567</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2013-05-30T07:03:57Z</dc:date>
    </item>
  </channel>
</rss>

