<?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: Button to open a page in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820508#M533077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 16:06:30 GMT</pubDate>
    <dc:creator>thomastc</dc:creator>
    <dc:date>2015-03-30T16:06:30Z</dc:date>
    <item>
      <title>Button to open a page</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820506#M533075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif;"&gt;Hi guys, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif;"&gt;I began to work with qlik personal edition a few days ago. My aim is to create a Dashboard composed of 4 pages. The main page will contain cutomer logo and three buttons (&lt;EM&gt;ButtonA, ButtonB &lt;/EM&gt;and&lt;EM&gt; ButtonC&lt;/EM&gt;) that I would like to use to bring the end-user to a specific page.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif;"&gt;At the moment I have this situation: &lt;STRONG&gt;Main Page&lt;/STRONG&gt; | &lt;STRONG&gt;Page 1&lt;/STRONG&gt; | &lt;STRONG&gt;Page 2&lt;/STRONG&gt; | &lt;STRONG&gt;Page 3&lt;/STRONG&gt;. From Main Page I would like to click on ButtonA, get redirect to Page 1 and, at the same time, hide Page 2 and Page 3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em; font-family: tahoma, arial, helvetica, sans-serif;"&gt;At the moment I created the link to open Page 1 (everything is working fine), but I can't understand how to configure the button to hide Page 2 and Page 3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif;"&gt;How could I get it? Any help please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif;"&gt;Thanks to you all.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820506#M533075</guid>
      <dc:creator />
      <dc:date>2015-03-30T14:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Button to open a page</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820507#M533076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should create additional variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vHidePage2&lt;/P&gt;&lt;P&gt;vHidePage3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you click the button to go to page 1,&amp;nbsp; add 2 more external / set variable actions to the same button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vHidePage2='True'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vHidePage3='True'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Then on the properties of the page2 and page2 buttons, go to the layout tab, and add a conditional show/hide expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vHidePage2='False'&amp;nbsp;&amp;nbsp; (on button for page 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vHidePage3='False'&amp;nbsp;&amp;nbsp; (on button for page 3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Just update the variables when users move sheets.&amp;nbsp; You can do this using actions on sheet triggers as well as the way you are doing through buttons&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820507#M533076</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-30T15:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Button to open a page</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820508#M533077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820508#M533077</guid>
      <dc:creator>thomastc</dc:creator>
      <dc:date>2015-03-30T16:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Button to open a page</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820509#M533078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not hide the tabrow - Document properties - General - Hide tabrow&lt;/P&gt;&lt;P&gt;then just use buttons to activate the sheet (action - layout - activate sheet) you want displayed, no need for variables and hiding them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820509#M533078</guid>
      <dc:creator>tcullinane</dc:creator>
      <dc:date>2015-03-30T16:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Button to open a page</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820510#M533079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for all of your helpfull tips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment I decided to work with variables as seen in the attached file Thomas provided. I configured my items and now my buttons are working as I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See you for the next questions &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again many thanks.&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 08:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820510#M533079</guid>
      <dc:creator />
      <dc:date>2015-03-31T08:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Button to open a page</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820511#M533080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I left the tab row visible to avoid any confusion. This, of course, means that manually changing the tabs on the tab row will knock the variables out of whack so hiding the tab row would avoid that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you notice the hidden condition uses the state of the variable with no need for an 'if', as does the action that changes the value of the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you found the response useful please mark as correct!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820511#M533080</guid>
      <dc:creator>thomastc</dc:creator>
      <dc:date>2015-04-01T08:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Button to open a page</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820512#M533081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done right now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-open-a-page/m-p/820512#M533081</guid>
      <dc:creator />
      <dc:date>2015-04-01T09:06:23Z</dc:date>
    </item>
  </channel>
</rss>

