<?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 Navigating to 2 different sheets using Button/Tab on same sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129039#M759626</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 am trying to show multiple sheet in 1 sheet using Button or Tab&lt;/P&gt;&lt;P&gt;Please refer img &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)When i click on TOTAL SALES it should show sales chart.&lt;/P&gt;&lt;P&gt;2)When i click on Fresh Food Sales it should show Fresh Food Sales chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="S1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210531_S1.JPG" style="height: 404px; width: 620px;" /&gt;&lt;IMG alt="s2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/210532_s2.JPG" style="height: 399px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Santosh</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Navigating to 2 different sheets using Button/Tab on same sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129039#M759626</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 am trying to show multiple sheet in 1 sheet using Button or Tab&lt;/P&gt;&lt;P&gt;Please refer img &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)When i click on TOTAL SALES it should show sales chart.&lt;/P&gt;&lt;P&gt;2)When i click on Fresh Food Sales it should show Fresh Food Sales chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="S1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210531_S1.JPG" style="height: 404px; width: 620px;" /&gt;&lt;IMG alt="s2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/210532_s2.JPG" style="height: 399px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129039#M759626</guid>
      <dc:creator>Santosh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating to 2 different sheets using Button/Tab on same sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129040#M759627</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 simplest way to create this is a variable that toggles with the click of buttons (click Total Sales, set variable to 1, click Fresh Food Sales, set variable to 0) using the trigger portion of a text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have the two charts readily available and set the conditional show in Layout tab to check for the value of the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 11:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129040#M759627</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-08-10T11:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating to 2 different sheets using Button/Tab on same sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129041#M759628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In button action create set variable vtoggle=1 for total sales and set variable vtoggle=0 for food sales&lt;/P&gt;&lt;P&gt;for chart enable the conditional vtoggle=1 for one chart vtoggle=0 for another chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 12:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129041#M759628</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2018-08-10T12:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating to 2 different sheets using Button/Tab on same sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129042#M759629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this application:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 13:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129042#M759629</guid>
      <dc:creator>arvind1494</dc:creator>
      <dc:date>2018-08-10T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating to 2 different sheets using Button/Tab on same sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129043#M759630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratiksha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached. I have created a similar Qvw file so that it will be helpful for you to understand. Kindly go through the steps below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps:-&lt;/P&gt;&lt;P&gt;1. Create a variable.&lt;/P&gt;&lt;P&gt;2. Create two text objects with desired names.&lt;/P&gt;&lt;P&gt;3. For each of the text objects Go to Actions --&amp;gt; Add --&amp;gt; External --&amp;gt; Set Variable and in the variable section give the name which you have created in the first step.&lt;/P&gt;&lt;P&gt;4. In the variable value give a different value for both Ex:- 0 and 1 (or) 1 and 2&lt;/P&gt;&lt;P&gt;5. For each of the chart you created go to Layout --&amp;gt; Under Show --&amp;gt;Select Conditional --&amp;gt; Give the values which you are setting in step 3 and 4.&lt;/P&gt;&lt;P&gt;6. That's it when you click on a Text object then the chart corresponding to that will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarat.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 17:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129043#M759630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating to 2 different sheets using Button/Tab on same sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129044#M759631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your post correctly, you should be able to use a container.&lt;/P&gt;&lt;P&gt;Each one of these is a button and when you click the button, it shows you the respective chart or table.&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210589_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Below is some information on containers.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Container%20object.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Container%20object.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Container%20object.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 18:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Navigating-to-2-different-sheets-using-Button-Tab-on-same-sheet/m-p/129044#M759631</guid>
      <dc:creator>lfholland</dc:creator>
      <dc:date>2018-08-10T18:17:44Z</dc:date>
    </item>
  </channel>
</rss>

