<?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: Help on Button? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648164#M237287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Massimo for this explanation!!!.&lt;/P&gt;&lt;P&gt;Its really appreciated. I learnt the concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 19:15:37 GMT</pubDate>
    <dc:creator>dmohanty</dc:creator>
    <dc:date>2014-07-24T19:15:37Z</dc:date>
    <item>
      <title>Help on Button?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648160#M237283</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;I need some help in Buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;First Home page should have 3 Buttons. If I click on any one button, the required sheet will be activated (&lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;I can do&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/LI&gt;&lt;LI&gt;But while on First Home page, rest 3 Sheets will be hidden. When Clicked on 1st button, the 1st sheet will be activated along with Home page and rest 2 will be hidden. Similarly for next two buttons and sheets(&lt;STRONG style="color: #ff0000;"&gt;HOW TO DO THIS?&lt;/STRONG&gt;)&lt;/LI&gt;&lt;LI&gt;When a sheet is activated, it should have a Button to navigate to Main page back (&lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;I can do&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/LI&gt;&lt;LI&gt;But when the main page is displayed again, all the next sheets again go back to hidden (&lt;STRONG style="color: #ff0000;"&gt;HOW TO DO THIS?&lt;/STRONG&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone show me a sample example on this? Or any better alternate way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 18:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648160#M237283</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-07-24T18:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Button?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648161#M237284</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;PFA sample QVW.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sabal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 18:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648161#M237284</guid>
      <dc:creator />
      <dc:date>2014-07-24T18:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Button?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648162#M237285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- define a variable vshow (0 = show main,1 = show first sheet, .....)&lt;/P&gt;&lt;P&gt;- in every sheet go to General --&amp;gt; Show sheet --&amp;gt; Conditional and add an expression&lt;/P&gt;&lt;P&gt;=$(vShow)=0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (this is for main, adapt to other sheets)&lt;/P&gt;&lt;P&gt;- add the buttons with action as image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63070_1.png" style="width: 620px; height: 385px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 18:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648162#M237285</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-24T18:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Button?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648163#M237286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Sabal for this quick help. Its really appreciated. I got the concept!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 19:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648163#M237286</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-07-24T19:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Button?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648164#M237287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Massimo for this explanation!!!.&lt;/P&gt;&lt;P&gt;Its really appreciated. I learnt the concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 19:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-Button/m-p/648164#M237287</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-07-24T19:15:37Z</dc:date>
    </item>
  </channel>
</rss>

