<?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 Creating dynamic button names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-dynamic-button-names/m-p/327665#M1178415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear QlikCommunity,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to create a textbox that sends you to a specific sheet when clicking on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Sheet Objet -&amp;gt; Text box -&amp;gt; Action -&amp;gt; ... So far, so good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the issue: I want the text in the text box to change dynamically with the name of the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sheet ABC I have a text box saying: "&lt;STRONG&gt;Go to Start&lt;/STRONG&gt;", and when one click on it - wupti - you jump to the SH1 (Which is called "&lt;STRONG&gt;Start&lt;/STRONG&gt;")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suddenly, my partner feels like changing the name of SH1 from "&lt;STRONG&gt;Start&lt;/STRONG&gt;" to "&lt;STRONG&gt;Welcome&lt;/STRONG&gt;". The button/text box still works. However, the text in the text box is rather misleading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, is it possible to do some sort of &lt;STRONG&gt;&lt;EM&gt;="Go to " &amp;amp; Title(SH1)&lt;/EM&gt;&lt;/STRONG&gt; when defining the text in the text box, so it automatically updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All inputs are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 09:39:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-29T09:39:43Z</dc:date>
    <item>
      <title>Creating dynamic button names</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-dynamic-button-names/m-p/327665#M1178415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear QlikCommunity,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to create a textbox that sends you to a specific sheet when clicking on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Sheet Objet -&amp;gt; Text box -&amp;gt; Action -&amp;gt; ... So far, so good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the issue: I want the text in the text box to change dynamically with the name of the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sheet ABC I have a text box saying: "&lt;STRONG&gt;Go to Start&lt;/STRONG&gt;", and when one click on it - wupti - you jump to the SH1 (Which is called "&lt;STRONG&gt;Start&lt;/STRONG&gt;")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suddenly, my partner feels like changing the name of SH1 from "&lt;STRONG&gt;Start&lt;/STRONG&gt;" to "&lt;STRONG&gt;Welcome&lt;/STRONG&gt;". The button/text box still works. However, the text in the text box is rather misleading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, is it possible to do some sort of &lt;STRONG&gt;&lt;EM&gt;="Go to " &amp;amp; Title(SH1)&lt;/EM&gt;&lt;/STRONG&gt; when defining the text in the text box, so it automatically updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All inputs are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 09:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-dynamic-button-names/m-p/327665#M1178415</guid>
      <dc:creator />
      <dc:date>2012-02-29T09:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dynamic button names</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-dynamic-button-names/m-p/327666#M1178416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can done this by using variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Initially set variable with value 'Go to Start' and On Sheet activate set variable value as 'Welcome'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; use this variable in text box or buttons as =$(variableName)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use Document Properties--&amp;gt;Triggers--&amp;gt;On load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sheet Properties--&amp;gt;Triggers--&amp;gt;On activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 09:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-dynamic-button-names/m-p/327666#M1178416</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-29T09:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dynamic button names</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-dynamic-button-names/m-p/327667#M1178417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response. This helped a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 11:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-dynamic-button-names/m-p/327667#M1178417</guid>
      <dc:creator />
      <dc:date>2012-02-29T11:32:38Z</dc:date>
    </item>
  </channel>
</rss>

