<?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 Reference Input Box entered Value in other Objects ??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719454#M1074141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a text box:&lt;/P&gt;&lt;P&gt;="You have entered: "&amp;amp; $(v1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 19:54:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-05T19:54:52Z</dc:date>
    <item>
      <title>How to Reference Input Box entered Value in other Objects ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719450#M1074137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one input box where user enter single value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once, user enter single value,&lt;/P&gt;&lt;P&gt;I want to reference that input value in other object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we reference input box entered value in other objects ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 19:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719450#M1074137</guid>
      <dc:creator />
      <dc:date>2014-08-05T19:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Reference Input Box entered Value in other Objects ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719451#M1074138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Value of an input box is a Variable.&amp;nbsp; Referencing variables in other objects is trivial - by its name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 19:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719451#M1074138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-05T19:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Reference Input Box entered Value in other Objects ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719452#M1074139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hailey, &lt;/P&gt;&lt;P&gt;if the variable in the input box is say v1 , then you can reference the same as $(v1) or just v1 in the rest of the dashboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 19:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719452#M1074139</guid>
      <dc:creator />
      <dc:date>2014-08-05T19:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Reference Input Box entered Value in other Objects ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719453#M1074140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to Append Text in front of the entered value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lke below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have entered : (Variable name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we append like above ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 19:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719453#M1074140</guid>
      <dc:creator />
      <dc:date>2014-08-05T19:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Reference Input Box entered Value in other Objects ???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719454#M1074141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a text box:&lt;/P&gt;&lt;P&gt;="You have entered: "&amp;amp; $(v1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 19:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reference-Input-Box-entered-Value-in-other-Objects/m-p/719454#M1074141</guid>
      <dc:creator />
      <dc:date>2014-08-05T19:54:52Z</dc:date>
    </item>
  </channel>
</rss>

