<?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: Re: Showing 2 sheets in one single sheet using variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717180#M1051744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using personal editor Colomer......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 04:41:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-29T04:41:29Z</dc:date>
    <item>
      <title>Showing 2 sheets in one single sheet using variables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717176#M1051740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following requirement.... i have 6 objects....i wish to place 3 objects in one sheet and i need to show other sheet with 3 objects(remaining) on cliking of button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717176#M1051740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-29T04:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 2 sheets in one single sheet using variables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717177#M1051741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use some options:&lt;/P&gt;&lt;P&gt;1.- create a variable with value 1 or 2 , and this value is changed by a button. the objects (3 of them) have a Conditional value =1 and 3 other have Conditional value = 2&lt;/P&gt;&lt;P&gt;2.- another option is a macro to minimize 3 objects and restaure the rest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717177#M1051741</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-10-29T04:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Showing 2 sheets in one single sheet using variables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717178#M1051742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717178#M1051742</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-10-29T04:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 2 sheets in one single sheet using variables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717179#M1051743</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;Step 1 : First Creat a Variable - Go to Setting -&amp;gt;&amp;nbsp; Variable Overview - &amp;gt; Create a Variable ( Lets Take vABC as Variable Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2 : Then Creat a Button - Name them as per your requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3 : Go to Button Properties -&amp;gt; Action - &amp;gt; Add -&amp;gt; External -&amp;gt;&amp;nbsp; Set Variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4 : Variable Name : vABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 5 : Value : =if(vABC = 0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 6 : Then on&amp;nbsp; Objects you want to Show in same sheet -&amp;gt; Go to Properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 7 : Go to Layout -&amp;gt; In Condition set : vABC = 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repeat Step 4, 5, 6 in your other objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will surely help you, for any other assistance please write to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh Rawat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717179#M1051743</guid>
      <dc:creator>suresh_rawat</dc:creator>
      <dc:date>2014-10-29T04:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Showing 2 sheets in one single sheet using variables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717180#M1051744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using personal editor Colomer......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717180#M1051744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-29T04:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 2 sheets in one single sheet using variables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717181#M1051745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go by the Enrique's 1 solution. That would be mostly preferred as sometimes servers throw tantrums with macros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717181#M1051745</guid>
      <dc:creator />
      <dc:date>2014-10-29T04:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 2 sheets in one single sheet using variables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717182#M1051746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suresh said it clearly, follow the steps as per instructions you can achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have any query refer to whats new in Qlikview 11 dashboard available in example documents given by qlik while you installing the Qlikview desktop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717182#M1051746</guid>
      <dc:creator />
      <dc:date>2014-10-29T04:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 2 sheets in one single sheet using variables</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717183#M1051747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the sequence:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="69921" alt="p03.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69921_p03.png" style="width: 620px; height: 338px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="69922" alt="p04.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69922_p04.png" style="width: 620px; height: 304px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="p05.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69926_p05.png" style="width: 620px; height: 233px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-2-sheets-in-one-single-sheet-using-variables/m-p/717183#M1051747</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-10-29T04:52:23Z</dc:date>
    </item>
  </channel>
</rss>

